Home
last modified time | relevance | path

Searched defs:bytecodeOffset (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Djs_pt_hooks_test.cpp66 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local
85 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local
96 uint32_t bytecodeOffset = 0; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
H A Dbackendloadmodule_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendLoadModuleFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
H A Dbackendexception_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendExceptionFuzzTest() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_extractor.cpp43 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
H A Dbackendsinglestep_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendSingleStepFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
H A Dbackendbreakpoint_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendBreakpointFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
H A Dbackendnativecalling_fuzzer.cpp51 uint32_t bytecodeOffset = 0; in BackendNativeCallingFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_pt_location.h30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, in JSPtLocation() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_extractor.cpp134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.h93 size_t bytecodeOffset = 0; member in panda::ecmascript::kungfu::BaselineCompiler
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp110 CreateIrLocalVariable( ir::Identifier *ident, const panda_file::LocalVariableTable &localVariableTable, size_t bytecodeOffset) CreateIrLocalVariable() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp291 GetSourcePairLocationWrapper(const DebugInfoExtractor &extractor, File::EntityId methodId, uint32_t bytecodeOffset) GetSourcePairLocationWrapper() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h455 inline bool Method::DecrementHotnessCounter(ManagedThread *thread, uintptr_t bytecodeOffset, in DecrementHotnessCounter() argument
534 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp850 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1336 auto bytecodeOffset = pc - frame->GetInstruction(); in ResolveVirtualMethod() local

Completed in 12 milliseconds