Home
last modified time | relevance | path

Searched refs:ChangeInt32ToInt64 (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc230 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedByte()
318 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedShort()
353 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedQuad()
480 return ChangeInt32ToInt64( in LoadAndUntagConstantPoolEntry()
/external/v8/src/compiler/
Dmemory-optimizer.cc210 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate()
276 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate()
Dmachine-operator.h311 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h584 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function
585 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
Dopcodes.h496 V(ChangeInt32ToInt64) \
Dcode-assembler.h149 V(ChangeInt32ToInt64) \
Dwasm-compiler.cc888 op = m->ChangeInt32ToInt64(); in Unop()
1231 graph()->NewNode(m->ChangeInt32ToInt64(), result), in BuildChangeEndianness()
2537 value = graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), value); in BuildChangeInt32ToSmi()
2991 load = graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), load); in LoadMem()
Dmachine-operator.cc154 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.cc261 value = raw_assembler_->ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr()
Deffect-control-linearizer.cc2832 value = graph()->NewNode(machine()->ChangeInt32ToInt64(), value); in ChangeInt32ToSmi()
/external/v8/src/
Dcode-stub-assembler.cc963 return ChangeInt32ToInt64( in LoadAndUntagObjectField()
988 return ChangeInt32ToInt64( in LoadAndUntagSmi()
2448 Node* result = SmiTag(ChangeInt32ToInt64(value32)); in ChangeFloat64ToTagged()
2478 return SmiTag(ChangeInt32ToInt64(value)); in ChangeInt32ToTagged()
3594 if (Is64()) hash = ChangeInt32ToInt64(hash); in NumberToString()
5001 index_node = ChangeInt32ToInt64(index_node); in ElementOffsetFromIndex()