Home
last modified time | relevance | path

Searched defs:bcInsLast (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp801 const auto bcInsLast = bcIns.JumpTo(insSz); in TEST() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp92 auto bcInsLast = bcIns.JumpTo(codeSize); in MethodEntry() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp115 auto bcInsLast = bcIns.JumpTo(codeSize); in DumpBytecodeInst() local
H A Djit_profiler.cpp44 auto bcInsLast = bcIns.JumpTo(codeSize); in ProfileBytecode() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp69 BytecodeInstruction bcInsLast; member
107 const auto bcInsLast = bcIns.JumpTo(insSize); in FillProgramData() local
148 const BytecodeInstruction &bcInsLast; member
209 const BytecodeInstruction &bcInsLast; member
271 const auto bcInsLast = bcIns.JumpTo(codeAccessor.GetCodeSize()); GetExceptions() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp168 auto bcInsLast = bcIns.JumpTo(insSz); in CollectMethodPcsFromBC() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp1577 auto bcInsLast = bcIns.JumpTo(insSz); in TranslateBytecode() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp164 auto bcInsLast = bcIns.JumpTo(byteCodeLength); in CalcOpCodeChecksum() local
H A Dpgo_profiler.cpp738 auto bcInsLast = bcIns.JumpTo(codeSize); in ProfileBytecode() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp116 auto bcInsLast = bcIns.JumpTo(insSz); in GetInsInfo() local
686 const auto bcInsLast = bcIns.JumpTo(codeAccessor.GetCodeSize()); in GetExceptions() local
739 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, in LocateTryBlock() argument
790 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, in LocateCatchBlock() argument
1739 TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, panda_file::File::EntityId codeId) TranslateImmToLabel() argument
1801 const auto bcInsLast = bcIns.JumpTo(insSz); GetInstructions() local
[all...]

Completed in 18 milliseconds