Searched defs:AllocateHeapNumberWithValue (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dchange-lowering.cc67 Node* ChangeLowering::AllocateHeapNumberWithValue(Node* value, Node* control) { function in class:v8::internal::compiler::ChangeLowering
129 return Replace(AllocateHeapNumberWithValue(val, control));
147 Node* heap_number = AllocateHeapNumberWithValue(
228 Node* heap_number = AllocateHeapNumberWithValue(
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc3625 void MacroAssembler::AllocateHeapNumberWithValue(Register result, function in class:v8::MacroAssembler

Completed in 78 milliseconds