Searched refs:CreateObjectChecker (Results 1 – 6 of 6) sorted by relevance
107 CreateObjectChecker(std::string, ExecutionContext &exe_ctx) override;
126 AppleObjCRuntimeV1::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV1
55 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
1092 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV2
263 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) = 0;
65 auto utility_fn_or_error = objc_language_runtime->CreateObjectChecker( in Install()