HomeSort by relevance Sort by last modified time
    Searched refs:next_location (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
map-updater.cc 435 PropertyLocation next_location = local
443 if (!FLAG_track_constant_fields && next_location == kField) {
447 DCHECK_IMPLIES(next_constness == kMutable, next_location == kField);
453 if (next_location == kField) {
478 DCHECK_EQ(kDescriptor, next_location);
503 PropertyLocation next_location = old_details.location(); local
507 if (next_location == kField) {
525 DCHECK_EQ(kDescriptor, next_location);
  /external/v8/src/ast/
ast-value-factory.h 64 AstString** next_location() { return &next_; } function in class:v8::internal::AstString
472 strings_end_ = string->next_location();
  /art/compiler/optimizing/
code_generator_mips.cc 75 Location next_location; local
86 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index));
89 next_location = Location::StackSlot(stack_offset);
106 next_location = Location::RegisterPairLocation(low_even, high_odd);
109 next_location = Location::DoubleStackSlot(stack_offset);
121 next_location = Location::FpuRegisterLocation(
125 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
139 return next_location;
    [all...]
code_generator_arm64.cc 1412 Location next_location; local
    [all...]
code_generator_mips64.cc 71 Location next_location; local
78 next_location = Location::FpuRegisterLocation(
83 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++));
87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
94 return next_location;
    [all...]

Completed in 218 milliseconds