Home
last modified time | relevance | path

Searched defs:prototype (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/objectrefsetprototype_fuzzer/
H A Dobjectrefsetprototype_fuzzer.cpp33 Local<ObjectRef> prototype = object->GetPrototype(vm_); in ObjectRefSetPrototypeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp101 JSHandle<JSTaggedValue> prototype = JSHandle<JSTaggedValue>(emptyLayout); in HWTEST_F_L0() local
H A Dobject_factory_test.cpp68 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.cpp90 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 Djsnapi_sendable_tests.cpp180 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 Dffi_workload.cpp5341 Local<ObjectRef> prototype = object->GetPrototype(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp155 auto prototype = vm->GetGlobalEnv()->GetObjectFunctionPrototype(); in MergeObjectLiteralHClassCache() local
H A Dclass_info_extractor.cpp397 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 Dsnapshot_constantpool_data.cpp192 JSHandle<JSObject> prototype; in CheckAOTIhcPropertiesForRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h241 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 Dnumber_speculative_lowering.cpp987 auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_OFFSET); in VisitLoadPropertyOnProto() local
H A Dtyped_bytecode_lowering.cpp606 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 Dmcr_circuit_builder.cpp1502 GateRef prototype = GetPrototypeFromHClass(hclass); in IsEnumCacheValid() local
H A Dtyped_hcr_lowering.cpp1776 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 Dtyped_native_inline_lowering.cpp481 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 Dcontainers_private.cpp162 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 Dshared_object_factory.cpp50 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 Dobject_factory.cpp462 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 Druntime_impl.cpp419 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp309 Local<JSValueRef> prototype = Local<ObjectRef>(tagged)->GetPrototype(ecmaVM); in GetObjectClassName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp138 ProfileProtoTransitionPrototype(JSHandle<JSFunction> func, JSHandle<JSTaggedValue> prototype, JSHandle<JSTaggedValue> oldPrototype, JSHandle<JSTaggedValue> baseIhc) ProfileProtoTransitionPrototype() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1302 GateRef prototype = GetPrototypeFromHClass(hClass); in GetPrototypeOf() local
H A Dbuiltins_typedarray_stub_builder.cpp1427 GateRef prototype = GetPrototypeFromHClass(LoadHClass(thisValue)); in Filter() local
2639 GateRef prototype = GetPrototypeFromHClass(LoadHClass(thisValue)); in Map() local
H A Dbuiltins_array_stub_builder.cpp2110 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 Dbuiltins.cpp1315 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...]

Completed in 78 milliseconds

12