v8::internal::AllStaticを継承しています。
Static Public メソッド | |
static void | LoadFloatOperands (MacroAssembler *masm, Register scratch) |
static void | CheckFloatOperands (MacroAssembler *masm, Label *non_float, Register scratch) |
static void | AllocateHeapNumber (MacroAssembler *masm, Label *need_gc, Register scratch1, Register scratch2) |
codegen-ia32.cc の 674 行で定義されています。
void v8::internal::FloatingPointHelper::AllocateHeapNumber | ( | MacroAssembler * | masm, | |
Label * | need_gc, | |||
Register | scratch1, | |||
Register | scratch2 | |||
) | [static] |
void v8::internal::FloatingPointHelper::CheckFloatOperands | ( | MacroAssembler * | masm, | |
Label * | non_float, | |||
Register | scratch | |||
) | [static] |
void v8::internal::FloatingPointHelper::LoadFloatOperands | ( | MacroAssembler * | masm, | |
Register | scratch | |||
) | [static] |