Searched defs:isInteger (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | cfg_primitive_types.h | 99 bool isInteger; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string.h | 1334 uint32_t ComputeHashcode(uint32_t rawHashSeed, bool isInteger) in ComputeHashcode() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | isel.cpp | 71 bool isInteger = IsPrimitiveInteger(type); in GetFastIselMop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1219 void CircuitBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger) in SetRawHashcode() argument
|
| H A D | stub_builder-inl.h | 3598 inline void StubBuilder::SetRawHashcode(GateRef glue, GateRef str, GateRef rawHashcode, GateRef isInteger) in SetRawHashcode() argument
|
| H A D | stub_builder.cpp | 2183 BRANCH(IsIntegerString(string), &isInteger, failed); in TryToGetInteger() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 785 auto isInteger = CreateIsInteger(inst, input); in EmitIsSafeInteger() local
|
Completed in 45 milliseconds