Home
last modified time | relevance | path

Searched refs:GetTypeIdByOffset (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp161 auto arrayType = pandasm::Type::FromName(irInterface_->GetTypeIdByOffset(inst->GetTypeId())); in IsMultidimensionalArray()
322 pandasm::Type::FromName(irInterface_->GetTypeIdByOffset(newArrayInst->CastToNewArray()->GetTypeId())); in FillLiteral()
H A Dir_interface.h66 virtual std::string GetTypeIdByOffset(uint32_t offset) const in GetTypeIdByOffset() function in ark::bytecodeopt::BytecodeOptIrInterface
H A Dcodegen.cpp91 cb.exceptionRecord = irInterface_->GetTypeIdByOffset(typeId); in AppendCatchBlock()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dir_interface.h72 virtual std::string GetTypeIdByOffset(uint32_t offset) const in GetTypeIdByOffset() function in panda::bytecodeopt::BytecodeOptIrInterface
H A Dcodegen.cpp44 cb.exception_record = ir_interface_->GetTypeIdByOffset(type_id); in AppendCatchBlock()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h89 std::string GetTypeIdByOffset([[maybe_unused]] uint32_t offset) const override
91 return IsMapsSet() ? BytecodeOptIrInterface::GetTypeIdByOffset(offset) : "";
H A Dcodegen_test.cpp375 * @tc.desc: Verify the GetTypeIdByOffset function.
388 EXPECT_EQ(interface.GetTypeIdByOffset(offset), "i32[]"); in HWTEST_F()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h92 std::string GetTypeIdByOffset([[maybe_unused]] uint32_t offset) const override
94 return IsMapsSet() ? BytecodeOptIrInterface::GetTypeIdByOffset(offset) : "";
H A Dcodegen_test.cpp54 EXPECT_EQ(interface.GetTypeIdByOffset(0U), std::string("class")); in TEST()

Completed in 12 milliseconds