Home
last modified time | relevance | path

Searched defs:second (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DassertStatementBuilder.h35 AssertStatementBuilder &SetSecond(Expression *second) in SetSecond() argument
/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge() argument
H A Dtagged_array.cpp80 AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, const JSHandle<TaggedArray> &second, uint32_t copyLength) AppendSkipHole() argument
H A Ddate_parse.cpp117 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
H A Decma_string-inl.h400 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local
[all...]
H A Djs_relative_time_format.cpp186 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 Dmemory_coalescing.h30 Inst *second; member
H A Dmemory_coalescing.cpp435 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 DassertStatement.h30 explicit AssertStatement(Expression *test, Expression *second) in AssertStatement() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string_iterator.cpp83 uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in NextInternal() local
H A Dbuiltins_global.cpp427 uint16_t second = EcmaStringAccessor(string).Get(position + 1); in StringToCodePoints() local
H A Dbuiltins_regexp.cpp1866 uint16_t second = EcmaStringAccessor(inputStr->GetTaggedObject()).Get(index + 1); in AdvanceStringIndex() local
H A Dbuiltins_string.cpp323 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 Dmultithreaded_intern_string_table_test.cpp207 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 DETSparserStatements.cpp256 ir::Expression *second = nullptr; in ParseAssertStatement() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_time_format_second_test.cpp220 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 Dstd_core_Double.cpp128 auto second = isUtf16 ? utf16Span[startIndex + 1] : mutf8Span[startIndex + 1]; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp73 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp785 auto second = bbName.rfind(nameDelimiter); GetUniqueBasicBlockName() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp300 void InteropIntrinsicOptimization::MergeComponents(int32_t first, int32_t second) in MergeComponents() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h673 GateRef second = GetSecondFromTreeString(string); in TreeStringIsFlat() local
H A Dshare_gate_meta_data.h465 explicit UInt32PairAccessor(uint32_t first, uint32_t second) in UInt32PairAccessor() argument
H A Dnew_object_stub_builder.cpp1664 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 Dbuiltins_string_stub_builder.cpp271 GateRef second = StringAt(stringInfoGate, Int32Add(*pos, Int32(1))); in CodePointAt() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1481 auto second = regMask.GetMinRegister(); in CreateInterpreterReturnRestoreRegs() local

Completed in 46 milliseconds

12