Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.cpp55 const uint8_t *pcStart = compilationEnv_->GetMethodPcStart(); in Compile() local
H A Dcompilation_driver.h152 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
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp32 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

Completed in 7 milliseconds