Searched defs:CreateObject (Results 1 – 4 of 4) sorted by relevance
| /ark/runtime_core/runtime/interpreter/ | ||
| D | runtime_interface.cpp | 23 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface |
| /ark/runtime_core/runtime/ | ||
| D | object_header.cpp | 30 ObjectHeader *ObjectHeader::CreateObject(panda::BaseClass *klass, bool non_movable) in CreateObject() function in panda::ObjectHeader |
| /ark/js_runtime/ecmascript/tooling/base/ | ||
| D | pt_json.cpp | 21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson |
| /ark/runtime_core/runtime/tests/interpreter/ | ||
| D | test_runtime_interface.h | 251 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function |