| /ark/js_runtime/ecmascript/tooling/base/ |
| D | pt_params.cpp | 19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EnableParams 41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) 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 ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams 179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams 201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) 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 ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams 275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBreakpointByUrlParams 331 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetPauseOnExceptionsParams [all …]
|
| D | pt_types.cpp | 360 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoteObject 454 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ExceptionDetails 563 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor 611 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor 728 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PropertyDescriptor 879 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallArgument 922 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::Location 971 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ScriptPosition 1010 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SearchMatch 1050 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::LocationRange [all …]
|
| /ark/runtime_core/runtime/coretypes/ |
| D | array.cpp | 49 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/ |
| D | dispatcher.cpp | 87 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/ |
| D | pt_reference.cpp | 31 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/ |
| D | panda_vm.cpp | 28 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create() function in panda::PandaVM
|
| D | object_header.cpp | 54 ObjectHeader *ObjectHeader::Create(BaseClass *klass) in Create() function in panda::ObjectHeader
|
| D | thread.cpp | 96 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/ |
| D | tagged_queue-inl.h | 22 inline TaggedQueue *TaggedQueue::Create(JSThread *thread, uint32_t capacity, JSTaggedValue initVal) in Create() function
|
| D | weak_vector.cpp | 21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() function in panda::ecmascript::WeakVector
|
| D | linked_hash_table.cpp | 24 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
|
| D | tagged_tree.cpp | 23 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
|
| D | tagged_dictionary.cpp | 85 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
|
| D | js_thread.cpp | 28 JSThread *JSThread::Create(Runtime *runtime, PandaVM *vm) in Create() function in panda::ecmascript::JSThread
|
| D | tagged_hash_table-inl.h | 270 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/ |
| D | js_tagged_queue_test.cpp | 56 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
|
| D | js_forin_iterator_test.cpp | 52 HWTEST_F_L0(JSForinIteratorTest, Create) in HWTEST_F_L0() argument
|
| D | js_date_test.cpp | 64 HWTEST_F_L0(JSDateTest, Create) in HWTEST_F_L0() argument
|
| D | js_function_test.cpp | 68 HWTEST_F_L0(JSFunctionTest, Create) in HWTEST_F_L0() argument
|
| /ark/runtime_core/runtime/mem/gc/ |
| D | crossing_map_singleton.cpp | 27 bool CrossingMapSingleton::Create() in Create() function in panda::mem::CrossingMapSingleton
|
| /ark/runtime_core/runtime/mem/ |
| D | memory_manager.cpp | 51 MemoryManager *MemoryManager::Create(LanguageContext ctx, InternalAllocatorPtr internal_allocator, … in Create() function in panda::mem::MemoryManager
|
| D | runslots_allocator.h | 289 static PoolListElement *Create(void *mem, size_t size, PoolListElement *prev) in Create() function
|
| /ark/runtime_core/runtime/mem/refstorage/ |
| D | reference.h | 94 static Reference *Create(uintptr_t addr, ObjectType type) in Create() function
|
| /ark/runtime_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 88 std::unique_ptr<AppDataStorage> AppDataStorage::Create(const std::string &storageDir, bool createDi… in Create() function in panda::dprof::AppDataStorage
|
| /ark/runtime_core/runtime/core/ |
| D | core_vm.cpp | 60 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create() function in panda::core::PandaCoreVM
|