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

  /external/v8/src/arm/
assembler-arm-inl.h 172 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips/
assembler-mips-inl.h 287 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips64/
assembler-mips64-inl.h 269 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/
transitions.cc 306 Handle<WeakCell> target_cell = Map::WeakCellForMap(target_map); local
326 cache->set(entry, *target_cell);
338 WeakCell* target_cell = local
340 if (!target_cell->cleared() &&
341 Map::cast(target_cell->value())->prototype() == *prototype) {
342 return handle(Map::cast(target_cell->value()));
  /external/v8/src/ia32/
assembler-ia32-inl.h 176 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/ppc/
assembler-ppc-inl.h 235 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/s390/
assembler-s390-inl.h 209 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x64/
assembler-x64-inl.h 448 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x87/
assembler-x87-inl.h 176 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/arm64/
assembler-arm64-inl.h 766 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
    [all...]

Completed in 207 milliseconds