Home
last modified time | relevance | path

Searched refs:pcStart (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.h153 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 Dpass_manager.cpp55 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 Djit_profiler.h53 EntityId methodId, ApEntityId abcId, const uint8_t *pcStart,
H A Djit_profiler.cpp34 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 Dpgo_profiler.cpp735 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