Home
last modified time | relevance | path

Searched defs:indexValue (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp133 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerThrowIfSuperNotCorrectCall() local
160 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerLdLexVar() local
184 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerStLexVar() local
268 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerNTypedStownByIndex() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_set_iterator_test.cpp259 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(index)); in HWTEST_F_L0() local
Dtagged_array_test.cpp152 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(6)); in HWTEST_F_L0() local
Djs_api_tree_map_iterator_test.cpp274 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(index)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp202 JSHandle<JSTaggedValue> indexValue(JSObject::GetProperty(thread, result, indexKey).GetValue()); in SegmentsPrototypeCommon() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp213 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
3915 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2004 JSHandle<JSTaggedValue> indexValue(thread, globalTable->GetStartOfCaptureIndex(0)); in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1304 Expr indexValue = in VisitRuntimeCall() local