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 185 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips/
assembler-mips-inl.h 288 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips64/
assembler-mips64-inl.h 270 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/s390/
assembler-s390-inl.h 207 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/
transitions.cc 304 Handle<WeakCell> target_cell = Map::WeakCellForMap(target_map); local
324 cache->set(entry, *target_cell);
336 WeakCell* target_cell = local
338 if (!target_cell->cleared() &&
339 Map::cast(target_cell->value())->prototype() == *prototype) {
340 return handle(Map::cast(target_cell->value()));
  /external/v8/src/ia32/
assembler-ia32-inl.h 187 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/ppc/
assembler-ppc-inl.h 237 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x64/
assembler-x64-inl.h 440 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/x87/
assembler-x87-inl.h 188 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
  /external/v8/src/arm64/
assembler-arm64-inl.h 779 Cell* RelocInfo::target_cell() { function in class:v8::internal::RelocInfo
    [all...]

Completed in 486 milliseconds