Home
last modified time | relevance | path

Searched defs:CreateObject (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface
42 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dobject_repository.cpp56 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
94 RemoteObject ObjectRepository::CreateObject(Value value, panda_file::Type::TypeId type) in CreateObject() function in ark::tooling::inspector::ObjectRepository
168 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
191 RemoteObject ObjectRepository::CreateObject(ObjectHeader *object) in CreateObject() function in ark::tooling::inspector::ObjectRepository
[all...]
/arkcompiler/toolchain/tooling/base/
H A Dpt_json.cpp21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, ark::BaseClass *klass, bool nonMovable) in CreateObject() function in ark::ObjectHeader
68 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject() function in ark::ObjectHeader
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.h71 static Pointer CreateObject(const Inst *base) in CreateObject() function in ark::compiler::Pointer
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h283 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function in ark::interpreter::test::RuntimeInterface

Completed in 4 milliseconds