/arkcompiler/runtime_core/compiler/tests/ |
D | iterators_test.cpp | 154 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() 171 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() 197 std::vector<Inst *> instructions; in TEST_F() local 210 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 226 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 242 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 289 #### JS_BYTECODE 304 #### Special instructions 306 ##### CALL 319 #### Floating point unary arithmetic operations 332 #### Integer binary arithmetic operations 358 #### Floating-point binary arithmetic operations 376 #### Integer binary compare operations 399 #### Floating-point binary compare operations 431 #### Conversion operations 451 #### Memory operations [all …]
|
/arkcompiler/runtime_core/irtoc/lang/ |
D | instructions_data.rb | 39 def self.instructions; @@instructions; end singletonMethod in InstructionsData
|
D | basic_block.rb | 19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | ir_builder.cpp | 77 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations() 138 …BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB() local 209 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() 317 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
/arkcompiler/runtime_core/verification/absint/tests/ |
D | exec_context_test.cpp | 60 uint8_t instructions[128]; in TEST_F() local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 99 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns() local 165 …compiler::BytecodeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToType() local
|
/arkcompiler/runtime_core/disassembler/tests/ |
D | instructions_test.cpp.in | 329 std::string instructions = local
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 184 def instructions method
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 54 std::vector<uint8_t> instructions {1, 2, 3, 4}; in PreparePandaFile() local
|
D | file_item_container_test.cpp | 418 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable 1159 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 51 "instructions": { object 96 "instructions": { object
|
/arkcompiler/runtime_core/runtime/ |
D | method.cpp | 574 Span<const uint8_t> instructions(GetInstructions(), GetCodeSize()); in StartProfiling() local
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_reader.cpp | 665 std::vector<uint8_t> instructions(code_acc.GetCodeSize()); in CreateMethodItem() local
|
D | file_items.h | 1369 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem()
|
/arkcompiler/runtime_core/runtime/interpreter/ |
D | interpreter-inl.h | 3040 auto *instructions = in CallInterpreterStackless() local
|