Home
last modified time | relevance | path

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

12

/ark/js_runtime/ecmascript/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.cpp360 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
454 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
563 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
611 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
728 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PropertyDescriptor
879 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallArgument
922 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::Location
971 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ScriptPosition
1010 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SearchMatch
1050 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::LocationRange
[all …]
/ark/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
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.cpp87 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse
95 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() function in panda::ecmascript::tooling::DispatchResponse
/ark/runtime_core/runtime/tooling/
Dpt_reference.cpp31 PtGlobalReference *PtGlobalReference::Create(PtReference *ref) in Create() function in panda::tooling::PtGlobalReference
47 PtLocalReference *PtLocalReference::Create(PtReference *ref) in Create() function in panda::tooling::PtLocalReference
/ark/runtime_core/runtime/
Dpanda_vm.cpp28 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create() function in panda::PandaVM
Dobject_header.cpp54 ObjectHeader *ObjectHeader::Create(BaseClass *klass) in Create() function in panda::ObjectHeader
Dthread.cpp96 ManagedThread *ManagedThread::Create(Runtime *runtime, PandaVM *vm) in Create() function in panda::ManagedThread
107 MTManagedThread *MTManagedThread::Create(Runtime *runtime, PandaVM *vm) in Create() function in panda::MTManagedThread
/ark/js_runtime/ecmascript/
Dtagged_queue-inl.h22 inline TaggedQueue *TaggedQueue::Create(JSThread *thread, uint32_t capacity, JSTaggedValue initVal) in Create() function
Dweak_vector.cpp21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() function in panda::ecmascript::WeakVector
Dlinked_hash_table.cpp24 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create() function in panda::ecmascript::LinkedHashTable
170 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::LinkedHashMap
226 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
571 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::TaggedTreeSet
Dtagged_dictionary.cpp85 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NameDictionary
207 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create() function in panda::ecmascript::NumberDictionary
Djs_thread.cpp28 JSThread *JSThread::Create(Runtime *runtime, PandaVM *vm) in Create() function in panda::ecmascript::JSThread
Dtagged_hash_table-inl.h270 JSHandle<Derived> TaggedHashTable<Derived>::Create(const JSThread *thread, int entriesCount) in Create() function
339 JSHandle<Derived> OrderTaggedHashTable<Derived>::Create(const JSThread *thread, int numberOfElement… in Create() function
/ark/js_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
/ark/runtime_core/runtime/mem/gc/
Dcrossing_map_singleton.cpp27 bool CrossingMapSingleton::Create() in Create() function in panda::mem::CrossingMapSingleton
/ark/runtime_core/runtime/mem/
Dmemory_manager.cpp51 MemoryManager *MemoryManager::Create(LanguageContext ctx, InternalAllocatorPtr internal_allocator, … in Create() function in panda::mem::MemoryManager
Drunslots_allocator.h289 static PoolListElement *Create(void *mem, size_t size, PoolListElement *prev) in Create() function
/ark/runtime_core/runtime/mem/refstorage/
Dreference.h94 static Reference *Create(uintptr_t addr, ObjectType type) in Create() function
/ark/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp88 std::unique_ptr<AppDataStorage> AppDataStorage::Create(const std::string &storageDir, bool createDi… in Create() function in panda::dprof::AppDataStorage
/ark/runtime_core/runtime/core/
Dcore_vm.cpp60 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create() function in panda::core::PandaCoreVM

12