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