Searched defs:bcIns (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pgo_bc_info.cpp | 63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| D | bytecode_info_collector.cpp | 167 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC() local 283 void BytecodeInfoCollector::CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodL… in CollectMethodInfoFromBC()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry() local 99 void DropframeManager::AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint1… in AddLexPropertiesToRecord()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 115 auto bcIns = BytecodeInst(insns); in DumpBytecodeInst() local
|
| D | jit_profiler.cpp | 43 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 115 auto bcIns = BytecodeInstruction(insArr); in GetInsInfo() local 685 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); in GetExceptions() local 738 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcIn… in LocateTryBlock() 789 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bc… in LocateCatchBlock() 1682 std::string Disassembler::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId… in IDToString() 1738 BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, in TranslateImmToLabel() 1797 auto bcIns = BytecodeInstruction(insArr); in GetInstructions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 399 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 507 auto bcIns = BytecodeInst(insns); in CollectClassInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 1576 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 797 auto bcIns = BytecodeInstruction(insArr); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 163 BytecodeInstruction bcIns(byteCodeArray); in CalcOpCodeChecksum() local
|
| D | pgo_profiler.cpp | 728 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local
|