Home
last modified time | relevance | path

Searched defs:CreateObject (Results 1 – 8 of 8) 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/toolchain/tooling/static/debugger/
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/tooling/inspector/debugger/
Dobject_repository.cpp57 RemoteObject ObjectRepository::CreateObject(TypedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
130 RemoteObject ObjectRepository::CreateObject(coretypes::TaggedValue value) in CreateObject() function in ark::tooling::inspector::ObjectRepository
153 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
69 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject() function in ark::ObjectHeader
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.h136 static Pointer CreateObject(const Inst *base) in CreateObject() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_json.cpp19 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.cpp405 void panda::guard::Node::CreateObject(const InstructionInfo &info, Scope scope) in CreateObject() function in panda::guard::Node
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h279 static ObjectHeader *CreateObject(Class *klass) in CreateObject() function