Home
last modified time | relevance | path

Searched refs:is_tagged (Results 1 – 21 of 21) sorted by relevance

/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py315 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():
DNSDate.py206 if class_data.is_tagged():
DNSNumber.py199 if class_data.is_tagged():
/external/chromium_org/v8/src/
Dlithium-allocator.cc595 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()
Dlithium-allocator.h408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
/external/chromium_org/v8/src/compiler/
Dregister-allocator.cc584 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()
Dregister-allocator.h399 bool is_tagged);
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h223 bool is_tagged,
Dlithium-codegen-ia32.cc652 bool is_tagged, in AddToTranslation() argument
686 if (is_tagged) { in AddToTranslation()
697 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h245 bool is_tagged,
Dlithium-codegen-arm.cc665 bool is_tagged, in AddToTranslation() argument
699 if (is_tagged) { in AddToTranslation()
710 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h220 bool is_tagged,
Dlithium-codegen-x64.cc557 bool is_tagged, in AddToTranslation() argument
591 if (is_tagged) { in AddToTranslation()
602 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h244 bool is_tagged,
Dlithium-codegen-mips.cc660 bool is_tagged, in AddToTranslation() argument
694 if (is_tagged) { in AddToTranslation()
705 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h245 bool is_tagged,
Dlithium-codegen-mips64.cc610 bool is_tagged, in AddToTranslation() argument
644 if (is_tagged) { in AddToTranslation()
655 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h276 bool is_tagged,
Dlithium-codegen-arm64.cc282 bool is_tagged, in AddToTranslation() argument
316 if (is_tagged) { in AddToTranslation()
327 if (is_tagged) { in AddToTranslation()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h250 bool is_tagged,
Dlithium-codegen-x87.cc915 bool is_tagged, in AddToTranslation() argument
949 if (is_tagged) { in AddToTranslation()
960 if (is_tagged) { in AddToTranslation()