Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
Djit_compilation_env.cpp37 pcStart_ = method->GetBytecodeArray(); in JitCompilationEnv()
Dbytecode_circuit_builder.cpp121 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
122 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
137 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
Dbytecode_circuit_builder.h373 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
Dts_inline_lowering.cpp804 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_snapshot_test.cpp123 …ASSERT_EQ(*serializeMethodLiteral->GetBytecodeArray(), *deserializeMethodLiteral->GetBytecodeArray in CheckMethodLiteral()
/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.cpp734 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
826 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1478 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1534 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1583 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3209 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()
3372 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3508 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3644 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3780 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp566 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
594 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1836 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2802 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3688 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3831 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
4019 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4529 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
7189 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7332 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
Dpgo_profiler_info.cpp213 …ecksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(thread), jsMethod->GetBytecodeArray(), in AddMethod()
Dpgo_profiler.cpp671 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp553 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
560 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
591 offset = frame->GetPc() - method->GetBytecodeArray(); in GetStackTraceInfos()
600 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetStackTraceInfos()
Dmethod.h409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp481 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()
544 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.h386 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3607 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()
3633 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()
3648 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetNativePcOfstForBaseline()
Druntime_stubs.cpp1818 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()