• Home
  • Raw
  • Download

Lines Matching refs:CodeCreateEvent

128   PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name));  in ComputeLoadNonexistent()
147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadField()
167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadCallback()
187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadConstant()
205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadInterceptor()
230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in ComputeLoadGlobal()
249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadField()
269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadConstant()
287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadInterceptor()
308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadCallback()
324 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadArrayLength()
341 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadStringLength()
358 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in ComputeKeyedLoadFunctionPrototype()
379 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); in ComputeStoreField()
446 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, 0)); in ComputeKeyedLoadOrStoreElement()
448 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, 0)); in ComputeKeyedLoadOrStoreElement()
473 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); in ComputeStoreGlobal()
492 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); in ComputeStoreCallback()
509 PROFILE(isolate_, CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); in ComputeStoreInterceptor()
530 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, *name)); in ComputeKeyedStoreField()
574 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); in ComputeCallConstant()
612 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); in ComputeCallField()
649 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); in ComputeCallInterceptor()
678 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); in ComputeCallGlobal()
1152 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_INITIALIZE_TAG), in CompileCallInitialize()
1173 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_PRE_MONOMORPHIC_TAG), in CompileCallPreMonomorphic()
1194 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_NORMAL_TAG), in CompileCallNormal()
1213 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_MEGAMORPHIC_TAG), in CompileCallMegamorphic()
1225 CodeCreateEvent(CALL_LOGGER_TAG(Code::ExtractKindFromFlags(flags), in CompileCallArguments()
1245 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_MISS_TAG), in CompileCallMiss()
1257 CodeCreateEvent(CALL_LOGGER_TAG(Code::ExtractKindFromFlags(flags), in CompileCallDebugBreak()
1277 CodeCreateEvent( in CompileCallDebugPrepareStepIn()
1325 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); in GetCode()
1337 PROFILE(isolate(), CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); in GetCode()
1348 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_IC_TAG, *code, *name)); in GetCode()
1362 PROFILE(isolate(), CodeCreateEvent(Logger::KEYED_STORE_IC_TAG, *code, *name)); in GetCode()
1455 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, "ConstructStub")); in GetCode()