Home
last modified time | relevance | path

Searched defs:string_id (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/verifier/tests/
Dverify_constant_pool_tests.cpp156 std::vector<uint8_t> string_id = {0x0c, 0x00}; // The known string id in the abc file variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb248 def string_id method
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb324 def string_id method
/arkcompiler/runtime_core/verifier/
Dverifier.cpp230 const auto string_id = file_->ResolveOffsetByIndex(method_id, arg_string_idx); in CollectIdInInstructions() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp657 panda_file::File::EntityId string_id(result.value()); in TEST() local
Dassembler_emitter_test.cpp737 panda_file::File::EntityId string_id(result.value()); in __anon3a1ef3231002() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp365 uint32_t string_id = inst.GetImms()[1]; in GetStringByInst() local