Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
Dbytecode_circuit_builder.cpp116 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
117 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
132 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
Dbytecode_circuit_builder.h372 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
Dpgo_profiler_info.cpp200 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
Dpgo_profiler.cpp521 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp132 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
271 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
Dinterpreter-inl.h734 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
818 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1446 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1502 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1551 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3169 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()
3332 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3468 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3604 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3740 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp534 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
562 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1804 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2767 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3599 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3742 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3930 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4435 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
6903 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
7046 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp427 const uint8_t *pc = method->GetBytecodeArray() + pc_.at(depth); in Dump()
488 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp85 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h327 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp421 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
428 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
Dmethod.h383 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp998 method->GetBytecodeArray()); in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1586 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()