Home
last modified time | relevance | path

Searched refs:DumpTypedFieldOpcode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp187 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &fie… in DumpTypedFieldOpcode() function
594 DumpTypedFieldOpcode(out, GetOpcode(), GetTypeId(), fieldName, graph->GetLocalAllocator()); in DumpOpcode()
616 DumpTypedFieldOpcode(out, GetOpcode(), GetTypeId(), fieldName, graph->GetLocalAllocator()); in DumpOpcode()
634 DumpTypedFieldOpcode(out, GetOpcode(), GetTypeId(), fieldName, graph->GetLocalAllocator()); in DumpOpcode()
652 DumpTypedFieldOpcode(out, GetOpcode(), GetTypeId(), fieldName, graph->GetLocalAllocator()); in DumpOpcode()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp167 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() function
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp693DumpTypedFieldOpcode(&out, inst->GetOpcode(), typeId, fieldName, graph->GetAllocator()); in __anon413cb6ff0e02()