Home
last modified time | relevance | path

Searched defs:tmpValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dwhole_module_import_api_1.ts21 const tmpValue = ns1.valueTemp1; constant
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoders_test.cpp84 T tmpValue; in TestPcRelativeLoad() local
110 T tmpValue; in TestPcRelativeLoad() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_field_by_name_double_test.cpp34 const ani_double tmpValue = 1.12; in TEST_F() local
Dobject_set_field_by_name_float_test.cpp34 const ani_float tmpValue = 0.01; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp220 … JSHandle<JSTaggedValue> tmpValue = JSObject::GetProperty(thread, result, elementKey).GetValue(); in HWTEST_F_L0() local
Djs_api_hashmap_test.cpp264 … JSHandle<JSTaggedValue> tmpValue = JSObject::GetProperty(thread, result, elementKey).GetValue(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp390 JSTaggedValue tmpValue = Delete(thread, rightChildVa, hash, key, oldValue); in Delete() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp243 auto tmpValue = std::abs(value); in Clz32() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp222 … uint16_t tmpValue = static_cast<uint16_t>(jumpOffset) << 8; // 8: left shift 8 bits in GetJumpToOffsets() local
232 … uint32_t tmpValue = static_cast<uint32_t>(jumpOffset) << 8; // 8: left shift 8 bits in GetJumpToOffsets() local