| /arkcompiler/ets_runtime/test/fuzztest/objectrefsetprototype_fuzzer/ |
| H A D | objectrefsetprototype_fuzzer.cpp | 33 Local<ObjectRef> prototype = object->GetPrototype(vm_); in ObjectRefSetPrototypeFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | shared_object_factory_test.cpp | 101 JSHandle<JSTaggedValue> prototype = JSHandle<JSTaggedValue>(emptyLayout); in HWTEST_F_L0() local
|
| H A D | object_factory_test.cpp | 68 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_parser.cpp | 90 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClass() local 176 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClass() local 246 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClassForClassType() local 263 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClassForPrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sendable_tests.cpp | 180 auto prototype = JSTaggedValue::GetProperty( in HWTEST_F_L0() local 191 Local<ObjectRef> prototype = constructor->GetFunctionPrototype(vm_); in HWTEST_F_L0() local 225 Local<ObjectRef> prototype = constructor->GetFunctionPrototype(vm_); HWTEST_F_L0() local 276 Local<ObjectRef> prototype = obj->GetPrototype(vm_); HWTEST_F_L0() local 319 Local<ObjectRef> prototype = obj->GetPrototype(vm_); HWTEST_F_L0() local [all...] |
| H A D | ffi_workload.cpp | 5341 Local<ObjectRef> prototype = object->GetPrototype(vm_); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.cpp | 155 auto prototype = vm->GetGlobalEnv()->GetObjectFunctionPrototype(); in MergeObjectLiteralHClassCache() local
|
| H A D | class_info_extractor.cpp | 397 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local 491 JSHandle<JSObject> prototype; DefineClassWithIHClass() local 743 JSHandle<JSObject> prototype = factory->NewSharedOldSpaceJSObject(prototypeHClass); DefineSendableClassFromExtractor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_constantpool_data.cpp | 192 JSHandle<JSObject> prototype; in CheckAOTIhcPropertiesForRep() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.h | 241 void CircuitBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype() argument 243 Store(VariableType::JS_POINTER(), glue, hclass, IntPtr(JSHClass::PROTOTYPE_OFFSET), prototype); in StorePrototype() local
|
| H A D | number_speculative_lowering.cpp | 987 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); in VisitLoadPropertyOnProto() local
|
| H A D | typed_bytecode_lowering.cpp | 606 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); in LowerTypedLdObjByName() local 789 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); in LowerTypedStObjByName() local 818 builder_.StoreConstOffset(VariableType::JS_ANY(), newHolderHC, JSHClass::PROTOTYPE_OFFSET, prototype); in LowerTypedStObjByName() local 1173 GateRef prototype = builder_.GetGlobalEnvObj(builder_.GetGlobalEnv(), static_cast<size_t>(*protoField)); in TryLowerTypedLdObjByNameForBuiltinMethod() local [all...] |
| H A D | mcr_circuit_builder.cpp | 1502 GateRef prototype = GetPrototypeFromHClass(hclass); in IsEnumCacheValid() local
|
| H A D | typed_hcr_lowering.cpp | 1776 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), expectedReceiverHC, JSHClass::PROTOTYPE_OFFSET); in LowerPrototypeCheck() local 2968 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_OFFSET); in LowerProtoChangeMarkerCheck() local 2991 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); in LowerMonoLoadPropertyOnProto() local 3031 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); LowerMonoCallGetterOnProto() local 3122 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); LowerMonoStorePropertyLookUpProto() local 3189 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); LowerMonoStoreProperty() local 3195 builder_.StoreConstOffset(VariableType::JS_ANY(), newHolderHC, JSHClass::PROTOTYPE_OFFSET, prototype); LowerMonoStoreProperty() local [all...] |
| H A D | typed_native_inline_lowering.cpp | 481 GateRef prototype = builder_.GetGlobalEnvValue(VariableType::JS_POINTER(), glueGlobalEnv, in LowerTypedArrayIterator() local 486 builder_.Store(VariableType::JS_POINTER(), glue, iteratorHClass, offset, prototype); in LowerTypedArrayIterator() local 3160 GateRef prototype = builder_.GetGlobalEnvValue( in LowerArrayIteratorBuiltin() local 3165 builder_.Store(VariableType::JS_POINTER(), glue, iteratorHClass, offset, prototype); in LowerArrayIteratorBuiltin() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_private.cpp | 162 JSHandle<JSFunction> ContainersPrivate::NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype, in NewContainerConstructor() argument 271 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeArrayList() local 772 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); InitializeVector() local 854 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); InitializeBitVector() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 50 CreateSFunctionClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype, bool isAccessor, bool setProto) CreateSFunctionClass() argument 106 NewSEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype, const JSHandle<JSTaggedValue> &layout) NewSEcmaHClass() argument 124 NewSEcmaHClassDictMode(uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype) NewSEcmaHClassDictMode() argument [all...] |
| H A D | object_factory.cpp | 462 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass() argument 165 NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype, const JSHandle<JSTaggedValue> &layout) NewEcmaHClass() argument 468 NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype) NewEcmaHClass() argument 1792 CreateFunctionClass(FunctionKind kind, uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype) CreateFunctionClass() argument [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | runtime_impl.cpp | 419 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 309 Local<JSValueRef> prototype = Local<ObjectRef>(tagged)->GetPrototype(ecmaVM); in GetObjectClassName() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 138 ProfileProtoTransitionPrototype(JSHandle<JSFunction> func, JSHandle<JSTaggedValue> prototype, JSHandle<JSTaggedValue> oldPrototype, JSHandle<JSTaggedValue> baseIhc) ProfileProtoTransitionPrototype() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 1302 GateRef prototype = GetPrototypeFromHClass(hClass);
in GetPrototypeOf() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 1427 GateRef prototype = GetPrototypeFromHClass(LoadHClass(thisValue));
in Filter() local 2639 GateRef prototype = GetPrototypeFromHClass(LoadHClass(thisValue));
in Map() local
|
| H A D | builtins_array_stub_builder.cpp | 2110 GateRef prototype = GetGlobalEnvValue(VariableType::JS_POINTER(), glueGlobalEnv, in Values() local 2112 SetPrototypeToHClass(VariableType::JS_POINTER(), glue, iteratorHClass, prototype); in Values() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins.cpp | 1315 InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, const JSHandle<JSFunction> &ctor, std::string_view name, int length) const InitializeCtor() argument 2730 NewBuiltinConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length, kungfu::BuiltinsStubCSigns::ID builtinId) const NewBuiltinConstructor() argument 2741 NewBuiltinCjsCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length) const NewBuiltinCjsCtor() argument 3186 NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length) NewIntlConstructor() argument 3210 InitializeIntlCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, const JSHandle<JSFunction> &ctor, std::string_view name, int length) InitializeIntlCtor() argument [all...] |