Searched defs:CreateObject (Results 1 – 6 of 6) sorted by relevance
23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface42 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in panda::interpreter::RuntimeInterface
49 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in panda::tooling::inspector::ObjectRepository109 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in panda::tooling::inspector::ObjectRepository132 RemoteObject ObjectRepository::CreateObject(ObjectHeader *object) in CreateObject() function in panda::tooling::inspector::ObjectRepository
41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, panda::BaseClass *klass, bool nonMo… in CreateObject() function in panda::ObjectHeader68 ObjectHeader *ObjectHeader::CreateObject(panda::BaseClass *klass, bool nonMovable) in CreateObject() function in panda::ObjectHeader
68 static Pointer CreateObject(const Inst *base) in CreateObject() function
21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
283 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function