/external/lldb/examples/summaries/cocoa/ |
objc_runtime.py | 315 def is_tagged(self): member in class:Class_Data_V2 411 def is_tagged(self): member in class:Class_Data_V1 498 def is_tagged(self): member in class:TaggedClass_Data 685 def is_tagged(self): member in class:ObjCRuntime 723 if self.is_tagged():
|
NSDate.py | 206 if class_data.is_tagged():
|
NSNumber.py | 199 if class_data.is_tagged():
|
/external/chromium_org/v8/src/compiler/ |
register-allocator.cc | 584 UnallocatedOperand* operand, int pos, bool is_tagged) { 599 if (is_tagged) { 841 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local 842 AllocateFixed(first_output, gap_index, is_tagged); 880 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local 881 AllocateFixed(cur_input, gap_index + 1, is_tagged); [all...] |
register-allocator.h | 399 bool is_tagged);
|
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 595 bool is_tagged) { 609 if (is_tagged) { 790 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local 791 AllocateFixed(first_output, gap_index, is_tagged); 824 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local 825 AllocateFixed(cur_input, gap_index + 1, is_tagged); [all...] |
lithium-allocator.h | 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
|
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.h | 245 bool is_tagged,
|
lithium-codegen-arm.cc | 665 bool is_tagged, 699 if (is_tagged) { 710 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/arm64/ |
lithium-codegen-arm64.h | 276 bool is_tagged,
|
lithium-codegen-arm64.cc | 282 bool is_tagged, 316 if (is_tagged) { 327 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-codegen-ia32.h | 223 bool is_tagged,
|
lithium-codegen-ia32.cc | 652 bool is_tagged, 686 if (is_tagged) { 697 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.h | 244 bool is_tagged,
|
lithium-codegen-mips.cc | 660 bool is_tagged, 694 if (is_tagged) { 705 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/mips64/ |
lithium-codegen-mips64.h | 245 bool is_tagged,
|
lithium-codegen-mips64.cc | 610 bool is_tagged, 644 if (is_tagged) { 655 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.h | 220 bool is_tagged,
|
lithium-codegen-x64.cc | 557 bool is_tagged, 591 if (is_tagged) { 602 if (is_tagged) { [all...] |
/external/chromium_org/v8/src/x87/ |
lithium-codegen-x87.h | 250 bool is_tagged,
|
lithium-codegen-x87.cc | 915 bool is_tagged, 949 if (is_tagged) { 960 if (is_tagged) { [all...] |