/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | assertStatementBuilder.h | 35 AssertStatementBuilder &SetSecond(Expression *second) in SetSecond() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | on_heap.h | 35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge() argument
|
H A D | tagged_array.cpp | 80 AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, const JSHandle<TaggedArray> &second, uint32_t copyLength) AppendSkipHole() argument
|
H A D | date_parse.cpp | 117 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
|
H A D | ecma_string-inl.h | 400 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local [all...] |
H A D | js_relative_time_format.cpp | 186 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local 301 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | memory_coalescing.h | 30 Inst *second; member
|
H A D | memory_coalescing.cpp | 435 Inst *second = nullptr; TryAddCoalescedPair() local 649 InsertPair(Inst *first, Inst *second, Inst *insertAfter) InsertPair() argument 693 ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArray() argument 710 ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadObject() argument 735 ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArrayI() argument 752 ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArray() argument 772 ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreObject() argument 799 ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArrayI() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
H A D | assertStatement.h | 30 explicit AssertStatement(Expression *test, Expression *second) in AssertStatement() argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string_iterator.cpp | 83 uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in NextInternal() local
|
H A D | builtins_global.cpp | 427 uint16_t second = EcmaStringAccessor(string).Get(position + 1); in StringToCodePoints() local
|
H A D | builtins_regexp.cpp | 1866 uint16_t second = EcmaStringAccessor(inputStr->GetTaggedObject()).Get(index + 1); in AdvanceStringIndex() local
|
H A D | builtins_string.cpp | 323 uint16_t second = EcmaStringAccessor(thisFlat).Get<false>(pos + 1); in CodePointAt() local 763 uint16_t second = EcmaStringAccessor(string).Get(position + 1); in IsWellFormed() local 836 uint16_t second = EcmaStringAccessor(string).Get(position + 1); ToWellFormed() local [all...] |
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | multithreaded_intern_string_table_test.cpp | 207 uint8_t second = utf::UTF8_2B_SECOND | static_cast<uint8_t>(dist(engine) >> 1U); in TEST_F() local
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | ETSparserStatements.cpp | 256 ir::Expression *second = nullptr; in ParseAssertStatement() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_date_time_format_second_test.cpp | 220 auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13).GetValue(); in CheckOther() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Double.cpp | 128 auto second = isUtf16 ? utf16Span[startIndex + 1] : mutf8Span[startIndex + 1]; in StdCoreDoubleParseInt() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | utf_helper.cpp | 73 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | llvm_ark_interface.cpp | 785 auto second = bbName.rfind(nameDelimiter); GetUniqueBasicBlockName() local [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
H A D | interop_intrinsic_optimization.cpp | 300 void InteropIntrinsicOptimization::MergeComponents(int32_t first, int32_t second) in MergeComponents() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.h | 673 GateRef second = GetSecondFromTreeString(string); in TreeStringIsFlat() local
|
H A D | share_gate_meta_data.h | 465 explicit UInt32PairAccessor(uint32_t first, uint32_t second) in UInt32PairAccessor() argument
|
H A D | new_object_stub_builder.cpp | 1664 void NewObjectStubBuilder::AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second,
in AllocTreeStringObject() argument 1680 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), IntPtr(TreeEcmaString::SECOND_OFFSET), second);
in AllocTreeStringObject() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_string_stub_builder.cpp | 271 GateRef second = StringAt(stringInfoGate, Int32Add(*pos, Int32(1)));
in CodePointAt() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.cpp | 1481 auto second = regMask.GetMinRegister(); in CreateInterpreterReturnRestoreRegs() local
|