HomeSort by relevance Sort by last modified time
    Searched defs:is_tagged (Results 1 - 3 of 3) sorted by null

  /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():
  /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...]
  /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...]

Completed in 108 milliseconds