Public メソッド | |
CounterOpStub (int result_offset, bool is_postfix, bool is_increment) | |
Private メソッド | |
Major | MajorKey () |
int | MinorKey () |
void | Generate (MacroAssembler *masm) |
Private 変数 | |
int | result_offset_ |
bool | is_postfix_ |
bool | is_increment_ |
codegen-ia32.cc の 3265 行で定義されています。
v8::internal::CounterOpStub::CounterOpStub | ( | int | result_offset, | |
bool | is_postfix, | |||
bool | is_increment | |||
) | [inline] |
codegen-ia32.cc の 3267 行で定義されています。
void v8::internal::CounterOpStub::Generate | ( | MacroAssembler * | masm | ) | [private] |
Major v8::internal::CounterOpStub::MajorKey | ( | ) | [inline, private] |
codegen-ia32.cc の 3277 行で定義されています。
int v8::internal::CounterOpStub::MinorKey | ( | ) | [inline, private] |
codegen-ia32.cc の 3278 行で定義されています。
参照先 is_increment_, is_postfix_, と result_offset_.
bool v8::internal::CounterOpStub::is_increment_ [private] |
codegen-ia32.cc の 3275 行で定義されています。
参照元 Generate(), と MinorKey().
bool v8::internal::CounterOpStub::is_postfix_ [private] |
codegen-ia32.cc の 3274 行で定義されています。
参照元 Generate(), と MinorKey().
int v8::internal::CounterOpStub::result_offset_ [private] |
codegen-ia32.cc の 3273 行で定義されています。
参照元 Generate(), と MinorKey().