Home
last modified time | relevance | path

Searched refs:IsBootContext (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/
Dclass_linker_context.h47 virtual bool IsBootContext() const in IsBootContext() function
Dclass_linker.cpp61 if (context == nullptr || context->IsBootContext()) { in AddPandaFile()
1012 if (context->IsBootContext()) { in GetClass()
1053 if (context->IsBootContext()) { in GetClass()
/ark/runtime_core/runtime/include/
Dclass_linker_extension.h223 bool IsBootContext() const override in IsBootContext() function
/ark/runtime_core/runtime/tests/
Dclass_linker_test.cpp753 ASSERT_EQ(class_a->GetLoadContext()->IsBootContext(), true); in TEST_F()
758 ASSERT_EQ(class_b->GetLoadContext()->IsBootContext(), true); in TEST_F()