Lines Matching refs:GetIsolate
60 HandleScope scope(args.GetIsolate()); in VerifyModule()
61 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in VerifyModule()
80 HandleScope scope(args.GetIsolate()); in VerifyFunction()
81 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in VerifyFunction()
105 HandleScope scope(args.GetIsolate()); in CompileRun()
106 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in CompileRun()
156 HandleScope scope(args.GetIsolate()); in AsmCompileRun()
157 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in AsmCompileRun()
189 HandleScope scope(args.GetIsolate()); in InstantiateModuleFromAsm()
190 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in InstantiateModuleFromAsm()
237 HandleScope scope(args.GetIsolate()); in InstantiateModule()
238 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in InstantiateModule()