Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
Dbytecode_circuit_builder.h408 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
Dbytecode_circuit_builder.cpp114 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()
115 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()
130 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h91 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
Dpgo_profiler_info.cpp632 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
/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.h711 const uint8_t *pc = method->GetBytecodeArray(); in Execute()
786 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()
1401 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
1457 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
1506 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()
3108 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()
3271 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3406 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3541 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
3676 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()
[all …]
Dinterpreter_assembly.cpp501 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()
529 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()
1771 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()
2730 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()
3561 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()
3704 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()
3892 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()
4396 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
6800 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()
6943 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp421 const uint8_t *pc = method->GetBytecodeArray() + pc_.at(depth); in Dump()
482 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp82 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h313 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp405 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
412 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
Dmethod.h382 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp482 method->GetBytecodeArray()); in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1157 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()