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

  /external/v8/src/mips/
assembler-mips-inl.h 274 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips64/
assembler-mips64-inl.h 272 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/
transitions.cc 302 Handle<WeakCell> target_cell = Map::WeakCellForMap(target_map); local
322 cache->set(entry, *target_cell);
334 WeakCell* target_cell = local
336 if (!target_cell->cleared() &&
337 Map::cast(target_cell->value())->prototype() == *prototype) {
338 return handle(Map::cast(target_cell->value()));
  /external/v8/src/arm/
assembler-arm-inl.h 187 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/ia32/
assembler-ia32-inl.h 189 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x64/
assembler-x64-inl.h 442 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x87/
assembler-x87-inl.h 190 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/ppc/
assembler-ppc-inl.h 239 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/arm64/
assembler-arm64-inl.h 781 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
    [all...]

Completed in 106 milliseconds