Home
last modified time | relevance | path

Searched refs:ResolveLiteralArray (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h123 static coretypes::Array *ResolveLiteralArray(PandaVM *vm, const Method &caller, BytecodeId id) in ResolveLiteralArray() function in ark::interpreter::RuntimeInterface
125 return Runtime::GetCurrent()->ResolveLiteralArray(vm, caller, id.AsIndex()); in ResolveLiteralArray()
H A Dinterpreter-inl.h1820 auto array = ResolveLiteralArray(litarrId); in HandleLdaConst()
3037 ALWAYS_INLINE coretypes::Array *ResolveLiteralArray(BytecodeId id) in ResolveLiteralArray() function in ark::interpreter::InstructionHandler
3039 return RuntimeIfaceT::ResolveLiteralArray(this->GetThread()->GetVM(), *this->GetFrame()->GetMethod(), id); in ResolveLiteralArray()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h186 coretypes::Array *ResolveLiteralArray(PandaVM *vm, const Method &caller, uint32_t id);
187 coretypes::Array *ResolveLiteralArray(PandaVM *vm, const panda_file::File &pf, uint32_t id,
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1273 coretypes::Array *Runtime::ResolveLiteralArray(PandaVM *vm, const Method &caller, uint32_t id) in ResolveLiteralArray() function in ark::Runtime
1278 return ResolveLiteralArray(vm, *pf, id, ctx); in ResolveLiteralArray()
1362 coretypes::Array *Runtime::ResolveLiteralArray(PandaVM *vm, const panda_file::File &pf, uint32_t id, in ResolveLiteralArray() function in ark::Runtime
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h162 static coretypes::Array *ResolveLiteralArray([[maybe_unused]] PandaVM *vm, [[maybe_unused]] const Method &caller, in ResolveLiteralArray() function in ark::interpreter::test::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp321 auto arr = Runtime::GetCurrent()->ResolveLiteralArray(ManagedThread::GetCurrent()->GetVM(), *caller, typeId); in ResolveLiteralArrayEntrypoint()
1265 return interpreter::RuntimeInterface::ResolveLiteralArray(thread->GetVM(), *caller, BytecodeId(typeId)); in ResolveLiteralArrayByIdEntrypoint()

Completed in 14 milliseconds