Home
last modified time | relevance | path

Searched refs:GetFieldIdByOffset (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dir_interface.h80 virtual std::string GetFieldIdByOffset(uint32_t offset) const in GetFieldIdByOffset() function in panda::bytecodeopt::BytecodeOptIrInterface
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dir_interface.h74 virtual std::string GetFieldIdByOffset(uint32_t offset) const in GetFieldIdByOffset() function in ark::bytecodeopt::BytecodeOptIrInterface
H A Dcodegen.cpp1543 std::string id = enc->irInterface_->GetFieldIdByOffset(inst->GetTypeId()); in VisitStoreObject()
1595 std::string id = enc->irInterface_->GetFieldIdByOffset(inst->GetTypeId()); in VisitStoreStatic()
1642 std::string id = enc->irInterface_->GetFieldIdByOffset(inst->GetTypeId()); in VisitLoadObject()
1694 std::string id = enc->irInterface_->GetFieldIdByOffset(inst->GetTypeId()); in VisitLoadStatic()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp393 * @tc.desc: Verify the GetFieldIdByOffset function.
406 interface.GetFieldIdByOffset(offset); in HWTEST_F()
407 EXPECT_EQ(interface.GetFieldIdByOffset(offset), "i32[]"); in HWTEST_F()
H A Dcommon.h84 std::string GetFieldIdByOffset([[maybe_unused]] uint32_t offset) const override
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h87 std::string GetFieldIdByOffset([[maybe_unused]] uint32_t offset) const override
H A Dcodegen_test.cpp55 EXPECT_EQ(interface.GetFieldIdByOffset(0U), std::string("field")); in TEST()

Completed in 10 milliseconds