Searched refs:is_tagged (Results 1 – 17 of 17) sorted by relevance
/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 | 610 bool is_tagged) { in AllocateFixed() argument 624 if (is_tagged) { in AllocateFixed() 805 bool is_tagged = HasTaggedValue(first_output->virtual_register()); in MeetConstraintsBetween() local 806 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween() 839 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); in MeetConstraintsBetween() local 840 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
|
D | lithium-allocator.h | 467 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.h | 221 bool is_tagged,
|
D | lithium-codegen-x64.cc | 559 bool is_tagged, in AddToTranslation() argument 593 if (is_tagged) { in AddToTranslation() 604 if (is_tagged) { in AddToTranslation()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 224 bool is_tagged,
|
D | lithium-codegen-ia32.cc | 655 bool is_tagged, in AddToTranslation() argument 689 if (is_tagged) { in AddToTranslation() 700 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 | 636 bool is_tagged, in AddToTranslation() argument 670 if (is_tagged) { in AddToTranslation() 681 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 | 632 bool is_tagged, in AddToTranslation() argument 666 if (is_tagged) { in AddToTranslation() 677 if (is_tagged) { in AddToTranslation()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 249 bool is_tagged,
|
D | lithium-codegen-x87.cc | 841 bool is_tagged, in AddToTranslation() argument 875 if (is_tagged) { in AddToTranslation() 886 if (is_tagged) { in AddToTranslation()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 280 bool is_tagged,
|
D | lithium-codegen-arm64.cc | 279 bool is_tagged, in AddToTranslation() argument 313 if (is_tagged) { in AddToTranslation() 324 if (is_tagged) { in AddToTranslation()
|