Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp143 bool isNegative = stateStack[ahead].type_ == StateType::STATE_NEGATIVE_MATCH_AHEAD; in ExecuteInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp86 Label isNegative(env); in MakeFromIndexWithInt() local
138 Label isNegative(env); in MakeFromIndexWithDouble() local
Dbuiltins_number_stub_builder.cpp366 GateRef isNegative = Int32LessThan(number, Int32(0)); in NumberToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl400 auto isNegative = builder_.CreateICmpSLT(pos, zero); local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp138 bool isNegative = number < 0; in Int32ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1763 Label *isNegative = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
Dstub_builder.cpp10191 Label isNegative(env); in TryStringOrSymbolToElementIndex() local