Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface
42 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp49 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in panda::tooling::inspector::ObjectRepository
109 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in panda::tooling::inspector::ObjectRepository
132 RemoteObject ObjectRepository::CreateObject(ObjectHeader *object) in CreateObject() function in panda::tooling::inspector::ObjectRepository
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, panda::BaseClass *klass, bool nonMo… in CreateObject() function in panda::ObjectHeader
68 ObjectHeader *ObjectHeader::CreateObject(panda::BaseClass *klass, bool nonMovable) in CreateObject() function in panda::ObjectHeader
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h68 static Pointer CreateObject(const Inst *base) in CreateObject() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h283 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function