Searched refs:pcStart (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | compilation_driver.h | 153 JSHandle<ProfileTypeInfo> &profileTypeInfo, const uint8_t *pcStart, in CompileMethod() 172 methodOffset, methodPcInfo, methodInfo, module, pcStart, header, abcId); in CompileMethod() 152 CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ProfileTypeInfo> &profileTypeInfo, const uint8_t *pcStart, const panda_file::File::Header *header, ApEntityId abcId, const Callback &cb) CompileMethod() argument
|
H A D | pass_manager.cpp | 55 const uint8_t *pcStart = compilationEnv_->GetMethodPcStart(); in Compile() local 74 return cmpDriver_->CompileMethod(jsPandaFile, methodLiteral, profileTypeInfo, pcStart, header, abcId, in Compile() 84 const uint8_t *pcStart, in Compile() 110 methodLiteral->GetMethodId(), abcId, pcStart, in Compile()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.h | 53 EntityId methodId, ApEntityId abcId, const uint8_t *pcStart,
|
H A D | jit_profiler.cpp | 34 EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, in ProfileBytecode() 43 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() 48 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() 32 ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo, ProfileTypeInfo *rawProfileTypeInfo, EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, [[maybe_unused]]const panda_file::File::Header *header, bool useRawProfileTypeInfo) ProfileBytecode() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 735 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode() local 737 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() 748 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode()
|
Completed in 7 milliseconds