Home
last modified time | relevance | path

Searched defs:is_heap_number (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dproperty-access-builder.cc253 Node* is_heap_number = in BuildLoadDataField() local
Dwasm-compiler.cc6909 Node* is_heap_number = gasm_->WordEqual(heap_number_map, map); in CanTransformFast() local
6911 Node* is_heap_number = gasm_->TaggedEqual(heap_number_map, map); in CanTransformFast() local
Deffect-control-linearizer.cc2692 Node* is_heap_number = __ TaggedEqual(value_map, __ HeapNumberMapConstant()); in LowerCheckedTaggedToArrayIndex() local
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1581 Label is_smi, is_heap_number; in VisitTestTypeOf() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc5545 Label not_smi(this), is_heap_number(this), is_oddball(this), in TaggedToWord32OrBigIntImpl() local