Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/interpreter/
Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface
/ark/runtime_core/runtime/
Dobject_header.cpp30 ObjectHeader *ObjectHeader::CreateObject(panda::BaseClass *klass, bool non_movable) in CreateObject() function in panda::ObjectHeader
/ark/js_runtime/ecmascript/tooling/base/
Dpt_json.cpp21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
/ark/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h251 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function