Home
last modified time | relevance | path

Searched refs:GetStringIdByOffset (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dmodule_constant_analyzer.cpp126 ir_interface_->GetStringIdByOffset(inst->GetTypeId())); in GetLoadStringInstConstValue()
H A Dir_interface.h44 virtual std::string GetStringIdByOffset(uint32_t offset) const in GetStringIdByOffset() function in panda::bytecodeopt::BytecodeOptIrInterface
H A Dcodegen.cpp394 enc->result_.emplace_back(pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(inst->GetTypeId()))); in VisitLoadString()
471 pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(input->GetTypeId()))); in VisitCastValueToAnyType()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dir_interface.h46 virtual std::string GetStringIdByOffset(uint32_t offset) const in GetStringIdByOffset() function in ark::bytecodeopt::BytecodeOptIrInterface
H A Dconst_array_resolver.cpp337 std::string stringValue = irInterface_->GetStringIdByOffset(rawElemInst->CastToLoadString()->GetTypeId()); in FillLiteral()
H A Dcodegen.cpp1396 enc->result_.emplace_back(pandasm::Create_LDA_STR(enc->irInterface_->GetStringIdByOffset(inst->GetTypeId()))); in VisitLoadString()
1515 enc->irInterface_->GetStringIdByOffset(cvat->GetInput(0U).GetInst()->CastToLoadString()->GetTypeId()))); in VisitCastValueToAnyType()
1519 enc->irInterface_->GetStringIdByOffset(cvat->GetInput(0U).GetInst()->CastToLoadString()->GetTypeId()))); in VisitCastValueToAnyType()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp300 propagation->ir_interface_->GetStringIdByOffset(load_string_inst->GetTypeId())); in VisitCastValueToAnyType()
348 auto val = propagation->ir_interface_->GetStringIdByOffset(load_string_inst->GetTypeId()); in VisitLoadString()
593 std::string property_name = ir_interface_->GetStringIdByOffset(property_name_offset); in FoldingLdobjbyname()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h99 std::string GetStringIdByOffset([[maybe_unused]] uint32_t offset) const override
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h102 std::string GetStringIdByOffset([[maybe_unused]] uint32_t offset) const override
H A Dcodegen_test.cpp52 EXPECT_EQ(interface.GetStringIdByOffset(0U), std::string("string")); in TEST()

Completed in 11 milliseconds