Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
Dpublicapilocalregexpref_fuzzer.cpp39 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpGetOriginalSourceFuzzTest() local
65 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpRefGetOriginalFlagsFuzzTest() local
90 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsGlobalRefFuzzTest() local
110 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsIgnoreCaseFuzzTest() local
131 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsMultilineFuzzTest() local
152 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsDotAllFuzzTest() local
173 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsUtf16FuzzTest() local
194 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsSticklFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp182 …c JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap()
191 …c JSHandle<JSSet> NewJSSet(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSSet()
203 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashMap() local
214 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashSet() local
225 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeMap() local
236 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeSet() local
247 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIPlainArray() local
263 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIList() local
274 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPILinkedList() local
291 JSHandle<JSTaggedValue> proto) in NewJSAPIArrayList()
[all …]
/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.cpp47 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsVectorFuzzTest() local
83 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsRegExpFuzzTest() local
132 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeMapFuzzTest() local
154 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
DassemblyLiteralsProto.cpp18 namespace panda::proto { namespace
DprotobufSnapshotGenerator.cpp21 namespace panda::proto { namespace
DassemblyProgramProto.cpp18 namespace panda::proto { namespace
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h70 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions()
128 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
259 auto proto = hclass->GetProto(); in FindProtoHClass() local
269 auto proto = hclass->GetProto(); in FindProtoRootHClass() local
Djs_hclass.cpp314 const JSHandle<JSTaggedValue> &proto) in TransitionProto()
346 const JSHandle<JSTaggedValue> &proto) in CloneWithAddProto()
359 const JSHandle<JSTaggedValue> &proto) in TransProtoWithoutLayout()
373 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype()
382 const JSHandle<JSTaggedValue> &proto) in SetPrototypeWithNotification()
389 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype()
398 void JSHClass::OptimizePrototypeForIC(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in OptimizePrototypeForIC()
649 JSTaggedValue proto = jshclass->GetPrototype(); in EnableProtoChangeMarker() local
750 JSTaggedValue proto = user->GetPrototype(); in RegisterOnProtoChain() local
793 JSTaggedValue proto = jshclass->GetPrototype(); in UnregisterOnProtoChain() local
/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/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.cpp80 … Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID), in ThrowEtsException() local
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js22 let proto = new P(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp64 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgetmethod_test.cpp108 …Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID)}, in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp123 JSTaggedValue proto = kclass->GetPrototype(); in SerializeHClassFieldIndividually() local
273 void BaseSerializer::SerializeObjectProto(JSHClass *kclass, JSTaggedValue proto) in SerializeObjectProto()

1234