Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Daot_data.cpp91 intptr_t AotData::GetStringSlotOffset(uint64_t pc, uint32_t string_id) in GetStringSlotOffset()
/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp124 void PandaVM::HandleLdaStr(Frame *frame, BytecodeId string_id) in HandleLdaStr()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dslow_path.h168 void SetStringId(uint32_t string_id) in SetStringId()
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb252 def string_id method
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp657 panda_file::File::EntityId string_id(result.value()); in TEST() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp253 uint32_t string_id = inst.GetImms()[1]; in GetStringByInst() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h304 auto string_id = this->GetInst().template GetId<format>(); in HandleLdaStr() local