| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 181 …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/ |
| D | js_hclass.cpp | 288 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
|
| D | js_hclass-inl.h | 69 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions() 126 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
|
| D | js_for_in_iterator.cpp | 44 JSTaggedValue proto = hclass->GetPrototype(); in CheckObjProto() local 259 JSTaggedValue proto = JSTaggedValue::GetPrototype(thread, object); in NextInternal() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyTypeProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFileLocationProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyLabelProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFieldProto.cpp | 18 namespace panda::proto { namespace
|
| D | options.cpp | 20 namespace panda::proto { namespace
|
| D | assemblyDebugProto.cpp | 18 namespace panda::proto { namespace
|
| D | ideHelpersProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyInsProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyRecordProto.cpp | 18 namespace panda::proto { namespace
|
| D | main.cpp | 24 namespace panda::proto { namespace
|
| D | assemblyLiteralsProto.cpp | 18 namespace panda::proto { namespace
|
| D | protobufSnapshotGenerator.cpp | 20 namespace panda::proto { namespace
|
| D | mergeProgram.cpp | 31 namespace panda::proto { namespace
|
| D | assemblyProgramProto.cpp | 18 namespace panda::proto { namespace
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/tests/ |
| D | slow_runtime_stub_test.cpp | 80 …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/ |
| D | class-inl.h | 439 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/ |
| D | multiprotoic.js | 22 let proto = new P(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_proxy.cpp | 64 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | getmethod_test.cpp | 103 …Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID)}, in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 52 JSTaggedValue proto = hclass->GetPrototype(); in UpdateLoadHandler() local
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 82 … Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID), in ThrowException() local
|