Searched refs:ResolveLiteralArray (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | runtime_interface.h | 123 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 D | interpreter-inl.h | 1820 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 D | runtime.h | 186 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 D | runtime.cpp | 1273 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 D | test_runtime_interface.h | 162 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 D | entrypoints.cpp | 321 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