Searched defs:CreateObject (Results 1 – 7 of 7) sorted by relevance
23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface42 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface
56 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository129 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository152 RemoteObject ObjectRepository::CreateObject(ObjectHeader *object) in CreateObject() function in ark::tooling::inspector::ObjectRepository
41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, ark::BaseClass *klass, bool nonMova… in CreateObject() function in ark::ObjectHeader68 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject() function in ark::ObjectHeader
71 static Pointer CreateObject(const Inst *base) in CreateObject() function
221 void panda::guard::Node::CreateObject(const InstructionInfo &info, const Scope scope) in CreateObject() function in panda::guard::Node
19 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
283 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function