Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface
42 ObjectHeader *RuntimeInterface::CreateObject(Class *klass) in CreateObject() function in ark::interpreter::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp56 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
129 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
152 RemoteObject ObjectRepository::CreateObject(ObjectHeader *object) in CreateObject() function in ark::tooling::inspector::ObjectRepository
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, ark::BaseClass *klass, bool nonMova… in CreateObject() function in ark::ObjectHeader
68 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject() function in ark::ObjectHeader
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h71 static Pointer CreateObject(const Inst *base) in CreateObject() function
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.cpp221 void panda::guard::Node::CreateObject(const InstructionInfo &info, const Scope scope) in CreateObject() function in panda::guard::Node
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp19 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h283 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function