Home
last modified time | relevance | path

Searched refs:ChangeUint32ToUint64 (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h313 const Operator* ChangeUint32ToUint64(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h587 Node* ChangeUint32ToUint64(Node* a) { in ChangeUint32ToUint64() function
588 return AddNode(machine()->ChangeUint32ToUint64(), a); in ChangeUint32ToUint64()
Dmemory-optimizer.cc415 index = graph()->NewNode(machine()->ChangeUint32ToUint64(), key); in ComputeIndex()
Dopcodes.h498 V(ChangeUint32ToUint64) \
Dcode-assembler.h151 V(ChangeUint32ToUint64) \
Dmachine-operator.cc156 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc891 op = m->ChangeUint32ToUint64(); in Unop()
2556 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), value); in BuildChangeUint32ToSmi()
2995 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), load); in LoadMem()
Deffect-control-linearizer.cc2483 : graph()->NewNode(machine()->ChangeUint32ToUint64(), code); in LowerStringFromCharCode()
2567 : graph()->NewNode(machine()->ChangeUint32ToUint64(), code); in LowerStringFromCodePoint()
2839 value = graph()->NewNode(machine()->ChangeUint32ToUint64(), value); in ChangeUint32ToSmi()
Dcode-assembler.cc254 value = raw_assembler_->ChangeUint32ToUint64(value); in ChangeUint32ToWord()
Dsimplified-lowering.cc2886 ? graph()->NewNode(machine()->ChangeUint32ToUint64(), offset) in DoLoadBuffer()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc965 bytecode = ChangeUint32ToUint64(bytecode); in LoadBytecode()
/external/v8/src/
Dcode-stub-assembler.cc2514 var_result.Bind(SmiTag(ChangeUint32ToUint64(value))); in ChangeUint32ToTagged()
/external/v8/
DChangeLog16403 [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer