Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 104) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp190 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject()
197 JSHandle<JSObject> NewSObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewSObject()
209 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSSet() local
221 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedSet() local
235 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSMap() local
247 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedMap() local
261 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakSet() local
273 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakMap() local
309 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSRegExpIterator() local
331 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSAPIArrayList() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
Dpublicapilocalregexpref_fuzzer.cpp41 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpGetOriginalSourceFuzzTest() local
70 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpRefGetOriginalFlagsFuzzTest() local
98 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsGlobalRefFuzzTest() local
121 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsIgnoreCaseFuzzTest() local
145 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsMultilineFuzzTest() local
169 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsDotAllFuzzTest() local
193 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsUtf16FuzzTest() local
217 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsSticklFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp170 …c JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap()
182 JSHandle<JSTaggedValue> proto = globalEnv->GetSFunctionPrototype(); in NewJSSharedMap() local
194 …c JSHandle<JSSet> NewJSSet(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSSet()
206 JSHandle<JSTaggedValue> proto = globalEnv->GetSFunctionPrototype(); in NewJSSharedSet() local
221 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashMap() local
232 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashSet() local
243 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeMap() local
254 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeSet() local
265 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIPlainArray() local
281 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIList() local
[all …]
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/object/Object/
DbuiltinObjectObject.ts31 let proto = {name: "create"}; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp77 auto proto = GetPandaMethod()->GetProto(); in GetNumArgSlots() local
111 auto proto = GetPandaMethod()->GetProto(); in ResolveArgType() local
148 auto proto = GetPandaMethod()->GetProto(); in GetMethodSignature() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp49 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsVectorFuzzTest() local
88 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsRegExpFuzzTest() local
143 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeMapFuzzTest() local
168 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeSetFuzzTest() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyTypeProto.cpp18 namespace panda::proto { namespace
DassemblyFileLocationProto.cpp18 namespace panda::proto { namespace
DassemblyLabelProto.cpp18 namespace panda::proto { namespace
DassemblyFieldProto.cpp18 namespace panda::proto { namespace
Doptions.cpp20 namespace panda::proto { namespace
DassemblyDebugProto.cpp18 namespace panda::proto { namespace
DideHelpersProto.cpp18 namespace panda::proto { namespace
DassemblyInsProto.cpp18 namespace panda::proto { namespace
DassemblyRecordProto.cpp18 namespace panda::proto { namespace
Dmain.cpp24 namespace panda::proto { namespace
DprotobufSnapshotGenerator.cpp21 namespace panda::proto { namespace
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h30 bool JSHClass::ProtoIsFastJSArray(const JSThread *thread, const JSHandle<JSTaggedValue> proto, in ProtoIsFastJSArray()
87 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions()
153 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
317 auto proto = hclass->GetProto(); in FindProtoHClass() local
327 auto proto = hclass->GetProto(); in FindProtoRootHClass() local
Djs_hclass.cpp352const JSHandle<JSTaggedValue> &proto, bool isChangeProto) in TransitionProto()
388 const JSHandle<JSTaggedValue> &proto) in FindTransitionProtoForAOT()
412 const JSHandle<JSTaggedValue> &proto, in ReBuildFunctionInheritanceRelationship()
438 const JSHandle<JSTaggedValue> &proto) in CloneWithAddProto()
451 const JSHandle<JSTaggedValue> &proto) in TransProtoWithoutLayout()
465 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto, bool isChangeProto) in SetPrototype()
474 const JSHandle<JSTaggedValue> &proto, in SetPrototypeWithNotification()
489 const JSHandle<JSTaggedValue> &proto, bool isChangeProto) in SetPrototypeTransition()
499 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isCh… in SetPrototype()
508 void JSHClass::OptimizePrototypeForIC(const JSThread *thread, const JSHandle<JSTaggedValue> &proto,… in OptimizePrototypeForIC()
[all …]
/arkcompiler/ets_runtime/test/moduletest/instanceofic/
Dinstanceofic.js98 var proto = proto_desc.value; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h441 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod()
448 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod()
454 …od *Class::GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetClassMethod()
461 const Method::Proto &proto) const in GetStaticClassMethodByName()
468 const Method::Proto &proto) const in GetVirtualClassMethodByName()
474 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetInterfaceMethod()
480 …Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetInterfaceMethod()
487 const Method::Proto &proto) const in GetStaticInterfaceMethodByName()
494 const Method::Proto &proto) const in GetVirtualInterfaceMethodByName()
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
Dpgo_object_prototype.js16 var proto = { variable
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js99 function TestSetPrototypeOf(object, proto) { argument
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js22 let proto = new P(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp60 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local

12345