Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface
/arkcompiler/runtime_core/runtime/
Dobject_header.cpp32 ObjectHeader *ObjectHeader::CreateObject(panda::BaseClass *klass, bool non_movable) in CreateObject() function in panda::ObjectHeader
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.h65 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/runtime/tests/interpreter/
Dtest_runtime_interface.h263 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function