| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_code_processor.cpp | 68 BytecodeInstruction bcIns; member 106 auto bcIns = BytecodeInstruction(insArr); in FillProgramData() local 149 const BytecodeInstruction &bcIns; member 210 const BytecodeInstruction &bcIns; member 272 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); in GetExceptions() local
|
| /arkcompiler/runtime_core/static_core/abc2program/common/ |
| D | abc_code_converter.cpp | 29 std::string AbcCodeConverter::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId meth… in IDToString()
|
| /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 | 142 auto bcIns = BytecodeInst(insArr); in ProcessMethodForJIT() local 209 auto bcIns = BytecodeInst(insArr); in CollectMethodPcsFromBC() local 361 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 | 52 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 119 auto bcIns = BytecodeInstruction(insArr); in GetInsInfo() local 710 const auto bcIns = BytecodeInstruction(codeAccessor.GetInstructions()); in GetExceptions() local 764 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcIn… in LocateTryBlock() 815 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bc… in LocateCatchBlock() 1877 std::string Disassembler::IDToString(BytecodeInstruction bcIns, panda_file::File::EntityId methodId… in IDToString() 1933 BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, in TranslateImmToLabel() 1993 auto bcIns = BytecodeInstruction(insArr); in GetInstructions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 398 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 544 auto bcIns = BytecodeInst(insns); in CollectClassInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 1574 auto bcIns = OldBytecodeInst(insArr); in TranslateBytecode() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 800 auto bcIns = BytecodeInstruction(insArr); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 182 BytecodeInstruction bcIns(byteCodeArray); in CalcOpCodeChecksum() local
|
| D | pgo_profiler.cpp | 673 BytecodeInstruction bcIns(pcStart); in ProfileBytecode() local
|