• Home
  • Raw
  • Download

Lines Matching refs:isolate_

44 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {  in StubCache()
87 if (hit != isolate_->builtins()->builtin(Builtins::kIllegal)) { in Set()
129 PROFILE(isolate_, in ComputeLoadNonexistent()
155 PROFILE(isolate_, in ComputeLoadField()
182 PROFILE(isolate_, in ComputeLoadCallback()
209 PROFILE(isolate_, in ComputeLoadConstant()
234 PROFILE(isolate_, in ComputeLoadInterceptor()
248 return isolate_->builtins()->builtin(Builtins::kLoadIC_Normal); in ComputeLoadNormal()
269 PROFILE(isolate_, in ComputeLoadGlobal()
295 PROFILE(isolate_, in ComputeKeyedLoadField()
322 PROFILE(isolate_, in ComputeKeyedLoadConstant()
348 PROFILE(isolate_, in ComputeKeyedLoadInterceptor()
375 PROFILE(isolate_, in ComputeKeyedLoadCallback()
400 PROFILE(isolate_, in ComputeKeyedLoadArrayLength()
424 PROFILE(isolate_, in ComputeKeyedLoadStringLength()
447 PROFILE(isolate_, in ComputeKeyedLoadFunctionPrototype()
476 PROFILE(isolate_, in ComputeKeyedLoadSpecialized()
503 PROFILE(isolate_, in ComputeStoreField()
528 PROFILE(isolate_, in ComputeKeyedStoreSpecialized()
643 PROFILE(isolate_, in ComputeKeyedLoadOrStoreExternalArray()
647 PROFILE(isolate_, in ComputeKeyedLoadOrStoreExternalArray()
662 return isolate_->builtins()->builtin((strict_mode == kStrictMode) in ComputeStoreNormal()
681 PROFILE(isolate_, in ComputeStoreGlobal()
709 PROFILE(isolate_, in ComputeStoreCallback()
735 PROFILE(isolate_, in ComputeStoreInterceptor()
824 PROFILE(isolate_, in ComputeCallConstant()
875 PROFILE(isolate_, in ComputeCallField()
1068 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallInitialize()
1073 return FillCache(isolate_, compiler.CompileCallInitialize(flags)); in ComputeCallInitialize()
1086 CALL_HEAP_FUNCTION(isolate_, in ComputeCallInitialize()
1102 isolate_, in ComputeKeyedCallInitialize()
1117 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallPreMonomorphic()
1122 return FillCache(isolate_, compiler.CompileCallPreMonomorphic(flags)); in ComputeCallPreMonomorphic()
1136 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallNormal()
1141 return FillCache(isolate_, compiler.CompileCallNormal(flags)); in ComputeCallNormal()
1155 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallMegamorphic()
1160 return FillCache(isolate_, compiler.CompileCallMegamorphic(flags)); in ComputeCallMegamorphic()
1175 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallMiss()
1180 return FillCache(isolate_, compiler.CompileCallMiss(flags)); in ComputeCallMiss()
1193 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallDebugBreak()
1198 return FillCache(isolate_, compiler.CompileCallDebugBreak(flags)); in ComputeCallDebugBreak()
1211 { MaybeObject* maybe_probe = ProbeCache(isolate_, flags); in ComputeCallDebugPrepareStepIn()
1216 return FillCache(isolate_, compiler.CompileCallDebugPrepareStepIn(flags)); in ComputeCallDebugPrepareStepIn()
1224 primary_[i].value = isolate_->builtins()->builtin( in Clear()
1229 secondary_[j].value = isolate_->builtins()->builtin( in Clear()