Home
last modified time | relevance | path

Searched defs:obj1 (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/
H A Dloadicbyvalue.js
/arkcompiler/ets_runtime/test/moduletest/objoperate/
H A Dobjoperate.js[all...]
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
H A Dobjectcloneproperties.js
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DEtsnapiNameTest.cpp46 ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class, [[maybe_unused]] ets_object obj1, [[maybe_unused]] ets_string s, [[maybe_unused]] ets_object obj2) ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_optimizations_test.cpp57 uint32_t obj1 = 1U; in HWTEST_F() local
132 uint32_t obj1 = 1U; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dvn_test.cpp1695 auto obj1 = static_cast<uintptr_t>(1U); in TEST_F() local
H A Dlicm_test.cpp912 Graph *LicmTest::BuildGraphLoadObjFromConst(uintptr_t obj1) in BuildGraphLoadObjFromConst() argument
941 auto obj1 = static_cast<uintptr_t>(1U); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp198 Inst *obj1 = GetDefinition(bcInst->GetVReg(0)); in BuildEquals() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs.cpp57 static bool EtsBigIntEquality(EtsBigInt *obj1, EtsBigInt *obj2) in EtsBigIntEquality() argument
87 static bool CompareBoxedPrimitive(EtsObject *obj1, EtsObject *obj2) in CompareBoxedPrimitive() argument
93 bool EtsValueTypedEquals(EtsCoroutine *coro, EtsObject *obj1, EtsObject *obj2) in EtsValueTypedEquals() argument
[all...]
H A Dets_entrypoints.cpp324 extern "C" bool CompareETSValueTypedEntrypoint(ManagedThread *thread, ObjectHeader *obj1, ObjectHeader *obj2) in CompareETSValueTypedEntrypoint() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drem_set_test.cpp96 auto obj1 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
130 auto obj1 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
165 auto obj1 in TEST_F() local
[all...]
H A Di2c_bridge_test.cpp179 ObjectHeader *obj1 = ark::mem::AllocateNullifiedPayloadString(5U); in TEST_F() local
H A Dregion_allocator_test.cpp346 auto *obj1 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(1UL)); // one byte in TEST_F() local
392 auto *obj1 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(testClass_->GetObjectSize())); in TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sendable_arraybuffer_test.cpp242 [[maybe_unused]] JSHandle<JSTaggedValue> obj1 = in HWTEST_F_L0() local
H A Dbuiltins_finalization_registry_test.cpp202 auto obj1 = in HWTEST_F_L0() local
239 auto obj1 = in HWTEST_F_L0() local
273 auto obj1 = in HWTEST_F_L0() local
H A Dbuiltins_object_test.cpp417 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dvn.cpp216 void VnObject::Add(HalfObjType obj1, HalfObjType obj2) in Add() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_object_test.cpp168 EtsObject *obj1 = EtsObject::Create(klass1); in TEST_F() local
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dmodule_variable.js
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_test.cpp197 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
240 auto obj1 = constpool->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dcompiler_intrinsics.cpp378 extern "C" uint8_t CompilerEtsEquals(ObjectHeader *obj1, ObjectHeader *obj2) in CompilerEtsEquals() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A Dinterpreter-inl.h484 ObjectHeader *obj1 = this->GetFrame()->GetVReg(v1).GetReference(); in HandleEtsEquals() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp183 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
484 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
509 JSHandle<JSObject> obj1 = HWTEST_F_L0() local
534 JSHandle<JSObject> obj1 = HWTEST_F_L0() local
558 JSHandle<JSObject> obj1 = HWTEST_F_L0() local
785 JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc); HWTEST_F_L0() local
821 JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc); HWTEST_F_L0() local
859 JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc); HWTEST_F_L0() local
896 JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc); HWTEST_F_L0() local
956 JSHandle<JSObject> obj1 = JSObject::ObjectCreate(thread, nullHandle); HWTEST_F_L0() local
1002 JSHandle<JSObject> obj1 = JSObject::ObjectCreate(thread, nullHandle); HWTEST_F_L0() local
1085 JSHandle<JSObject> obj1 = JSObject::ObjectCreate(thread, nullHandle); HWTEST_F_L0() local
1160 JSHandle<JSObject> obj1 = JSObject::ObjectCreate(thread, nullHandle); HWTEST_F_L0() local
1287 JSHandle<JSObject> obj1 = factory->NewJSObject(hc0); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp85 JSHandle<JSTaggedValue> obj1 = GetCallArg(info, 0); in CompareHClass() local
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1150 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1417 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1446 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1480 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); HWTEST_F_L0() local
2367 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); HWTEST_F_L0() local
[all...]

Completed in 43 milliseconds

12