Home
last modified time | relevance | path

Searched refs:GetBytecodeArray (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
Djit_compilation_env.cpp31 pcStart_ = method->GetBytecodeArray(); in JitCompilationEnv()
Dbytecode_circuit_builder.cpp126 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
127 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
142 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
Dbytecode_circuit_builder.h374 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
Dts_inline_lowering.cpp755 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
Dpgo_profiler_info.cpp190 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
Dpgo_profiler.cpp726 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp135 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
309 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
Dinterpreter-inl.cpp728 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
811 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1462 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1518 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1567 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3185 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()
3348 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3484 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3620 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3756 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp526 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
554 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1796 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2759 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3631 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3774 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3962 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4467 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
7113 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7256 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp448 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()
509 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h360 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
Dframes.cpp536 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
543 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3417 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()
3443 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()
Druntime_stubs.cpp1829 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp128 const uint8_t *bytecodeArray = methodLiteral->GetBytecodeArray(); in Compile()
149 static_cast<uint32_t>(bytecodeArray - methodLiteral->GetBytecodeArray()); in Compile()