Home
last modified time | relevance | path

Searched defs:pcStart (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp44 const uint8_t *pcStart = compilationEnv_->GetMethodPcStart(); in Compile() local
75 ApEntityId abcId) -> bool { in Compile()
Dcompilation_driver.h153 JSHandle<ProfileTypeInfo> &profileTypeInfo, const uint8_t *pcStart, in CompileMethod()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp32 … EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp671 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode() local