Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EnableParams
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
111 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams
157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams
201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ResumeParams
223 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams
245 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams
331 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SetPauseOnExceptionsParams
[all …]
Dpt_types.cpp672 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
766 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
875 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
923 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
1040 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PropertyDescriptor
1191 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallArgument
1234 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::Location
1283 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ScriptPosition
1322 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SearchMatch
1362 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::LocationRange
[all …]
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dtarget.cpp69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arena_allocator, [[maybe_unused]] Arch ar… in Create() function in panda::compiler::Encoder
108 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arena_allocator, in Create() function in panda::compiler::RegistersDescription
133 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arena_allocator, in Create() function in panda::compiler::CallingConvention
/arkcompiler/runtime_core/runtime/coretypes/
Darray.cpp49 Array *Array::Create(panda::Class *array_class, const uint8_t *data, array_size_t length, panda::Sp… in Create() function in panda::coretypes::Array
70 Array *Array::Create(panda::Class *array_class, array_size_t length, panda::SpaceType space_type) in Create() function in panda::coretypes::Array
88 Array *Array::Create(DynClass *dynarrayclass, array_size_t length, panda::SpaceType space_type) in Create() function in panda::coretypes::Array
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp93 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse
101 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() function in panda::ecmascript::tooling::DispatchResponse
/arkcompiler/runtime_core/runtime/scheduler/
Dworker_thread.cpp24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in panda::scheduler::WorkerThread
Dtask.cpp30 Task *Task::Create(PandaVM *vm, ObjectHeader *obj) in Create() function in panda::scheduler::Task
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp56 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
Djs_forin_iterator_test.cpp52 HWTEST_F_L0(JSForinIteratorTest, Create) in HWTEST_F_L0() argument
Djs_date_test.cpp64 HWTEST_F_L0(JSDateTest, Create) in HWTEST_F_L0() argument
Djs_function_test.cpp68 HWTEST_F_L0(JSFunctionTest, Create) in HWTEST_F_L0() argument
Dweak_vector_test.cpp59 HWTEST_F_L0(WeakVectorTest, Create) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() function in panda::ecmascript::WeakVector
Dlinked_hash_table.cpp23 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create() function in panda::ecmascript::LinkedHashTable
133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashMap
188 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashSet
Dtagged_tree.cpp23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTree
480 JSTaggedValue TaggedTreeMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTreeMap
570 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTreeSet
Dtagged_dictionary.cpp86 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NameDictionary
208 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NumberDictionary
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dmethod_properties.h36 static MethodProperties *Create(ArenaAllocator *arena_allocator, const Graph *graph) in Create() function
/arkcompiler/runtime_core/runtime/mem/
Dmemory_manager.cpp49 MemoryManager *MemoryManager::Create(const LanguageContext &ctx, InternalAllocatorPtr internal_allo… in Create() function in panda::mem::MemoryManager
Drunslots_allocator.h289 static PoolListElement *Create(void *mem, size_t size, PoolListElement *prev) in Create() function
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.cpp28 bool CrossingMapSingleton::Create() in Create() function in panda::mem::CrossingMapSingleton
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference.h95 static Reference *Create(uintptr_t addr, ObjectType type) in Create() function
/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp96 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create() function in panda::PandaVM
Dobject_header.cpp57 ObjectHeader *ObjectHeader::Create(BaseClass *klass) in Create() function in panda::ObjectHeader
Dthread.cpp152 ManagedThread *ManagedThread::Create(Runtime *runtime, PandaVM *vm, panda::panda_file::SourceLang t… in Create() function in panda::ManagedThread
163 MTManagedThread *MTManagedThread::Create(Runtime *runtime, PandaVM *vm, panda::panda_file::SourceLa… in Create() function in panda::MTManagedThread
/arkcompiler/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp89 std::unique_ptr<AppDataStorage> AppDataStorage::Create(const std::string &storageDir, bool createDi… in Create() function in panda::dprof::AppDataStorage

12