Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp181 …c JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap()
190 …c JSHandle<JSSet> NewJSSet(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSSet()
202 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashMap() local
213 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashSet() local
224 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeMap() local
235 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeSet() local
246 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIPlainArray() local
262 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIList() local
273 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPILinkedList() local
290 JSHandle<JSTaggedValue> proto) in NewJSAPIArrayList()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp288 const JSHandle<JSTaggedValue> &proto) in TransitionProto()
319 const JSHandle<JSTaggedValue> &proto) in TransProtoWithoutLayout()
341 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype()
347 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype()
357 void JSHClass::ShouldUpdateProtoClass(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in ShouldUpdateProtoClass()
407 JSTaggedValue proto = jshclass->GetPrototype(); in EnableProtoChangeMarker() local
454 JSTaggedValue proto = user->GetPrototype(); in RegisterOnProtoChain() local
497 JSTaggedValue proto = jshclass->GetPrototype(); in UnregisterOnProtoChain() local
Djs_hclass-inl.h69 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions()
126 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
Djs_for_in_iterator.cpp44 JSTaggedValue proto = hclass->GetPrototype(); in CheckObjProto() local
259 JSTaggedValue proto = JSTaggedValue::GetPrototype(thread, object); in NextInternal() 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.cpp20 namespace panda::proto { namespace
DmergeProgram.cpp31 namespace panda::proto { namespace
DassemblyProgramProto.cpp18 namespace panda::proto { namespace
/arkcompiler/ets_runtime/ecmascript/interpreter/tests/
Dslow_runtime_stub_test.cpp80 …JSHandle<JSTaggedValue> proto(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hcla… in HWTEST_F_L0() local
90 …JSHandle<JSTaggedValue> proto(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass), hcla… in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h439 inline Method *Class::GetDirectMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetDirectMethod()
446 inline Method *Class::GetClassMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetClassMethod()
452 …od *Class::GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetClassMethod()
459 const Method::Proto &proto) const in GetStaticClassMethodByName()
466 const Method::Proto &proto) const in GetVirtualClassMethodByName()
472 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8_name, const Method::Proto &proto) con… in GetInterfaceMethod()
478 …Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetInterfaceMethod()
485 const Method::Proto &proto) const in GetStaticInterfaceMethodByName()
492 const Method::Proto &proto) const in GetVirtualInterfaceMethodByName()
/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/runtime/tests/
Dgetmethod_test.cpp103 …Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID)}, in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp52 JSTaggedValue proto = hclass->GetPrototype(); in UpdateLoadHandler() local
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp82 … Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID), in ThrowException() local

123