Searched defs:INLINE_SMI_CHECK (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h21 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
157 SmiCheck smi_check = INLINE_SMI_CHECK,
170 SmiCheck smi_check = INLINE_SMI_CHECK,
195 SmiCheck smi_check = INLINE_SMI_CHECK,
210 SmiCheck smi_check = INLINE_SMI_CHECK,
163 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-ia32.cc2385 SmiCheck check_needed = INLINE_SMI_CHECK) {
2386 if (check_needed == INLINE_SMI_CHECK) {
2402 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2915 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4245 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2382 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h21 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
153 SmiCheck smi_check = INLINE_SMI_CHECK,
163 SmiCheck smi_check = INLINE_SMI_CHECK,
180 SmiCheck smi_check = INLINE_SMI_CHECK,
192 SmiCheck smi_check = INLINE_SMI_CHECK,
159 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-x87.cc2681 SmiCheck check_needed = INLINE_SMI_CHECK) {
2682 if (check_needed == INLINE_SMI_CHECK) {
2698 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
3211 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4691 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2678 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h40 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
266 SmiCheck smi_check = INLINE_SMI_CHECK,
280 SmiCheck smi_check = INLINE_SMI_CHECK,
311 SmiCheck smi_check = INLINE_SMI_CHECK,
272 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, LinkRegisterStatus lr_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-arm.cc2542 SmiCheck check_needed = INLINE_SMI_CHECK) {
2543 if (check_needed == INLINE_SMI_CHECK) {
2558 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
3087 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4425 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2539 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h32 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
237 SmiCheck smi_check = INLINE_SMI_CHECK,
250 SmiCheck smi_check = INLINE_SMI_CHECK,
275 SmiCheck smi_check = INLINE_SMI_CHECK,
296 SmiCheck smi_check = INLINE_SMI_CHECK,
243 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-x64.cc2446 SmiCheck check_needed = INLINE_SMI_CHECK) {
2447 if (check_needed == INLINE_SMI_CHECK) {
2463 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2943 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4450 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2443 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h116 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
1806 SmiCheck smi_check = INLINE_SMI_CHECK,
1820 SmiCheck smi_check = INLINE_SMI_CHECK,
1851 SmiCheck smi_check = INLINE_SMI_CHECK,
1812 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, LinkRegisterStatus lr_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-arm64.cc3252 SmiCheck check_needed = INLINE_SMI_CHECK) {
3253 if (check_needed == INLINE_SMI_CHECK) {
3268 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
5120 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
5313 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
3249 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h73 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
379 SmiCheck smi_check = INLINE_SMI_CHECK,
393 SmiCheck smi_check = INLINE_SMI_CHECK,
424 SmiCheck smi_check = INLINE_SMI_CHECK,
385 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, RAStatus ra_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-mips.cc2445 SmiCheck check_needed = INLINE_SMI_CHECK) {
2446 if (check_needed == INLINE_SMI_CHECK) {
2461 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2984 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4382 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2442 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h79 enum SmiCheck { INLINE_SMI_CHECK, OMIT_SMI_CHECK }; enumerator in enum:v8::internal::SmiCheck
400 SmiCheck smi_check = INLINE_SMI_CHECK,
414 SmiCheck smi_check = INLINE_SMI_CHECK,
445 SmiCheck smi_check = INLINE_SMI_CHECK,
406 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, RAStatus ra_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK, PointersToHereCheck pointers_to_here_check_for_value = kPointersToHereMaybeInteresting) argument
H A Dlithium-codegen-mips64.cc2415 SmiCheck check_needed = INLINE_SMI_CHECK) {
2416 if (check_needed == INLINE_SMI_CHECK) {
2431 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2953 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
4446 ? OMIT_SMI_CHECK : INLINE_SMI_CHECK;
2412 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument

Completed in 2159 milliseconds