Home
last modified time | relevance | path

Searched refs:JSGlobalPropertyCell (Results 1 – 25 of 51) sorted by relevance

123

/external/v8/src/mips/
Dassembler-mips-inl.h201 Handle<JSGlobalPropertyCell> RelocInfo::target_cell_handle() { in target_cell_handle()
204 return Handle<JSGlobalPropertyCell>( in target_cell_handle()
205 reinterpret_cast<JSGlobalPropertyCell**>(address)); in target_cell_handle()
209 JSGlobalPropertyCell* RelocInfo::target_cell() { in target_cell()
213 address - JSGlobalPropertyCell::kValueOffset); in target_cell()
214 return reinterpret_cast<JSGlobalPropertyCell*>(object); in target_cell()
218 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, in set_target_cell()
221 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell()
Dstub-cache-mips.cc886 Handle<JSGlobalPropertyCell> cell = in GenerateCheckPropertyCell()
891 FieldMemOperand(scratch, JSGlobalPropertyCell::kValueOffset)); in GenerateCheckPropertyCell()
1405 Handle<JSGlobalPropertyCell> cell, in GenerateLoadFunctionFromCell()
1410 __ lw(a1, FieldMemOperand(a3, JSGlobalPropertyCell::kValueOffset)); in GenerateLoadFunctionFromCell()
1479 Handle<JSGlobalPropertyCell> cell, in CompileArrayPushCall()
1689 Handle<JSGlobalPropertyCell> cell, in CompileArrayPopCall()
1775 Handle<JSGlobalPropertyCell> cell, in CompileStringCharCodeAtCall()
1858 Handle<JSGlobalPropertyCell> cell, in CompileStringCharAtCall()
1940 Handle<JSGlobalPropertyCell> cell, in CompileStringFromCharCodeCall()
2013 Handle<JSGlobalPropertyCell> cell, in CompileMathFloorCall()
[all …]
/external/v8/src/arm/
Dassembler-arm-inl.h134 Handle<JSGlobalPropertyCell> RelocInfo::target_cell_handle() { in target_cell_handle()
137 return Handle<JSGlobalPropertyCell>( in target_cell_handle()
138 reinterpret_cast<JSGlobalPropertyCell**>(address)); in target_cell_handle()
142 JSGlobalPropertyCell* RelocInfo::target_cell() { in target_cell()
146 address - JSGlobalPropertyCell::kValueOffset); in target_cell()
147 return reinterpret_cast<JSGlobalPropertyCell*>(object); in target_cell()
151 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, in set_target_cell()
154 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell()
Dstub-cache-arm.cc892 Handle<JSGlobalPropertyCell> cell = in GenerateCheckPropertyCell()
897 FieldMemOperand(scratch, JSGlobalPropertyCell::kValueOffset)); in GenerateCheckPropertyCell()
1406 Handle<JSGlobalPropertyCell> cell, in GenerateLoadFunctionFromCell()
1411 __ ldr(r1, FieldMemOperand(r3, JSGlobalPropertyCell::kValueOffset)); in GenerateLoadFunctionFromCell()
1481 Handle<JSGlobalPropertyCell> cell, in CompileArrayPushCall()
1691 Handle<JSGlobalPropertyCell> cell, in CompileArrayPopCall()
1777 Handle<JSGlobalPropertyCell> cell, in CompileStringCharCodeAtCall()
1858 Handle<JSGlobalPropertyCell> cell, in CompileStringCharAtCall()
1940 Handle<JSGlobalPropertyCell> cell, in CompileStringFromCharCodeCall()
2013 Handle<JSGlobalPropertyCell> cell, in CompileMathFloorCall()
[all …]
/external/v8/src/ia32/
Dassembler-ia32-inl.h143 Handle<JSGlobalPropertyCell> RelocInfo::target_cell_handle() { in target_cell_handle()
146 return Handle<JSGlobalPropertyCell>( in target_cell_handle()
147 reinterpret_cast<JSGlobalPropertyCell**>(address)); in target_cell_handle()
151 JSGlobalPropertyCell* RelocInfo::target_cell() { in target_cell()
155 address - JSGlobalPropertyCell::kValueOffset); in target_cell()
156 return reinterpret_cast<JSGlobalPropertyCell*>(object); in target_cell()
160 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, in set_target_cell()
163 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell()
Dstub-cache-ia32.cc835 Handle<JSGlobalPropertyCell> cell = in GenerateCheckPropertyCell()
841 __ cmp(FieldOperand(scratch, JSGlobalPropertyCell::kValueOffset), in GenerateCheckPropertyCell()
1272 Handle<JSGlobalPropertyCell> cell, in GenerateLoadFunctionFromCell()
1278 __ mov(edi, FieldOperand(edi, JSGlobalPropertyCell::kValueOffset)); in GenerateLoadFunctionFromCell()
1372 Handle<JSGlobalPropertyCell> cell, in CompileArrayPushCall()
1579 Handle<JSGlobalPropertyCell> cell, in CompileArrayPopCall()
1661 Handle<JSGlobalPropertyCell> cell, in CompileStringCharCodeAtCall()
1744 Handle<JSGlobalPropertyCell> cell, in CompileStringCharAtCall()
1829 Handle<JSGlobalPropertyCell> cell, in CompileStringFromCharCodeCall()
1904 Handle<JSGlobalPropertyCell> cell, in CompileMathFloorCall()
[all …]
/external/v8/src/x64/
Dassembler-x64-inl.h302 Handle<JSGlobalPropertyCell> RelocInfo::target_cell_handle() { in target_cell_handle()
305 return Handle<JSGlobalPropertyCell>( in target_cell_handle()
306 reinterpret_cast<JSGlobalPropertyCell**>(address)); in target_cell_handle()
310 JSGlobalPropertyCell* RelocInfo::target_cell() { in target_cell()
314 address - JSGlobalPropertyCell::kValueOffset); in target_cell()
315 return reinterpret_cast<JSGlobalPropertyCell*>(object); in target_cell()
319 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell, in set_target_cell()
322 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell()
Dstub-cache-x64.cc812 Handle<JSGlobalPropertyCell> cell = in GenerateCheckPropertyCell()
816 __ Cmp(FieldOperand(scratch, JSGlobalPropertyCell::kValueOffset), in GenerateCheckPropertyCell()
1244 Handle<JSGlobalPropertyCell> cell, in GenerateLoadFunctionFromCell()
1249 __ movq(rdi, FieldOperand(rdi, JSGlobalPropertyCell::kValueOffset)); in GenerateLoadFunctionFromCell()
1342 Handle<JSGlobalPropertyCell> cell, in CompileArrayPushCall()
1542 Handle<JSGlobalPropertyCell> cell, in CompileArrayPopCall()
1623 Handle<JSGlobalPropertyCell> cell, in CompileStringCharCodeAtCall()
1702 Handle<JSGlobalPropertyCell> cell, in CompileStringCharAtCall()
1781 Handle<JSGlobalPropertyCell> cell, in CompileStringFromCharCodeCall()
1851 Handle<JSGlobalPropertyCell> cell, in CompileMathFloorCall()
[all …]
/external/v8/src/
Dstub-cache.h107 Handle<JSGlobalPropertyCell> cell,
152 Handle<JSGlobalPropertyCell> cell,
207 Handle<JSGlobalPropertyCell> cell,
607 Handle<JSGlobalPropertyCell> cell,
685 Handle<JSGlobalPropertyCell> holder,
778 Handle<JSGlobalPropertyCell> cell,
790 Handle<JSGlobalPropertyCell> cell,
797 Handle<JSGlobalPropertyCell> cell, \
806 Handle<JSGlobalPropertyCell> cell,
824 void GenerateLoadFunctionFromCell(Handle<JSGlobalPropertyCell> cell,
Dassembler.h286 INLINE(JSGlobalPropertyCell* target_cell());
287 INLINE(Handle<JSGlobalPropertyCell> target_cell_handle());
288 INLINE(void set_target_cell(JSGlobalPropertyCell* cell,
Dfull-codegen.h405 void RecordTypeFeedbackCell(unsigned id, Handle<JSGlobalPropertyCell> cell);
607 Handle<JSGlobalPropertyCell> cell;
801 Handle<JSGlobalPropertyCell> profiling_counter_;
Dspaces.h2436 : FixedSpace(heap, max_capacity, id, JSGlobalPropertyCell::kSize, "cell") in CellSpace()
2440 if (IsPowerOf2(JSGlobalPropertyCell::kSize)) { in RoundSizeDownToObjectAlignment()
2441 return RoundDown(size, JSGlobalPropertyCell::kSize); in RoundSizeDownToObjectAlignment()
2443 return (size / JSGlobalPropertyCell::kSize) * JSGlobalPropertyCell::kSize; in RoundSizeDownToObjectAlignment()
Dproperty.h306 value = JSGlobalPropertyCell::cast(value)->value(); in GetLazyValue()
Dobjects-debug.cc157 JSGlobalPropertyCell::cast(this)->JSGlobalPropertyCellVerify(); in HeapObjectVerify()
543 void JSGlobalPropertyCell::JSGlobalPropertyCellVerify() { in JSGlobalPropertyCellVerify()
Dobjects-printer.cc179 JSGlobalPropertyCell::cast(this)->JSGlobalPropertyCellPrint(out); in HeapObjectPrint()
802 void JSGlobalPropertyCell::JSGlobalPropertyCellPrint(FILE* out) { in JSGlobalPropertyCellPrint()
Dast.cc529 cell_ = Handle<JSGlobalPropertyCell>::null(); in ComputeGlobalTarget()
533 cell_ = Handle<JSGlobalPropertyCell>(global->GetPropertyCell(lookup)); in ComputeGlobalTarget()
Dstub-cache.cc220 Handle<JSGlobalPropertyCell> cell, in ComputeLoadGlobal()
464 Handle<JSGlobalPropertyCell> cell, in ComputeStoreGlobal()
662 Handle<JSGlobalPropertyCell> cell, in ComputeCallGlobal()
1403 Handle<JSGlobalPropertyCell> cell, in CompileCustomCall()
Dfactory.h213 Handle<JSGlobalPropertyCell> NewJSGlobalPropertyCell(
Dobjects.h849 V(JSGlobalPropertyCell) \
4062 class JSGlobalPropertyCell; variable
4079 inline JSGlobalPropertyCell* Cell(int index);
4080 inline void SetCell(int index, JSGlobalPropertyCell* cell);
5931 JSGlobalPropertyCell* GetPropertyCell(LookupResult* result);
5943 static Handle<JSGlobalPropertyCell> EnsurePropertyCell(
7620 class JSGlobalPropertyCell: public HeapObject {
7626 static inline JSGlobalPropertyCell* cast(Object* obj);
7647 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalPropertyCell);
Dobjects.cc426 value = JSGlobalPropertyCell::cast(value)->value(); in GetNormalizedProperty()
436 JSGlobalPropertyCell* cell = in SetNormalizedProperty()
437 JSGlobalPropertyCell::cast( in SetNormalizedProperty()
483 JSGlobalPropertyCell* cell = in SetNormalizedProperty()
484 JSGlobalPropertyCell::cast(property_dictionary()->ValueAt(entry)); in SetNormalizedProperty()
515 JSGlobalPropertyCell* cell = in DeleteNormalizedProperty()
516 JSGlobalPropertyCell::cast(dictionary->ValueAt(entry)); in DeleteNormalizedProperty()
1288 JSGlobalPropertyCell::cast(this)->value()->ShortPrint(accumulator); in HeapObjectShortPrint()
1377 JSGlobalPropertyCell::BodyDescriptor::IterateBody(this, v); in IterateBody()
1683 JSGlobalPropertyCell::cast(store_value)->set_value(value); in AddSlowProperty()
[all …]
Dobjects-inl.h614 TYPE_CHECKER(JSGlobalPropertyCell, JS_GLOBAL_PROPERTY_CELL_TYPE) in TYPE_CHECKER()
1422 Object* JSGlobalPropertyCell::value() { in value()
1427 void JSGlobalPropertyCell::set_value(Object* val, WriteBarrierMode ignored) { in set_value()
2146 CAST_ACCESSOR(JSGlobalPropertyCell) in CAST_ACCESSOR()
4806 void TypeFeedbackCells::SetCell(int index, JSGlobalPropertyCell* cell) { in SetCell()
4811 JSGlobalPropertyCell* TypeFeedbackCells::Cell(int index) { in Cell()
4812 return JSGlobalPropertyCell::cast(get(index * 2)); in Cell()
Dmark-compact.cc996 JSGlobalPropertyCell::BodyDescriptor, in Initialize()
1031 JSGlobalPropertyCell* cell = in VisitGlobalPropertyCell()
1032 JSGlobalPropertyCell::cast(rinfo->target_cell()); in VisitGlobalPropertyCell()
1188 JSGlobalPropertyCell* cell = type_feedback_cells->Cell(i); in VisitCode()
2320 int offset = JSGlobalPropertyCell::kValueOffset; in MarkLiveObjects()
3393 (JSGlobalPropertyCell::kValueOffset - kHeapObjectTag); in EvacuateNewSpaceAndCandidates()
Dhydrogen-instructions.h3457 HLoadGlobalCell(Handle<JSGlobalPropertyCell> cell, PropertyDetails details)
3464 Handle<JSGlobalPropertyCell> cell() const { return cell_; }
3487 Handle<JSGlobalPropertyCell> cell_;
3535 Handle<JSGlobalPropertyCell> cell,
3543 Handle<JSGlobalPropertyCell> cell() const { return cell_; }
3559 Handle<JSGlobalPropertyCell> cell_;
Dheap-inl.h286 MaybeObject* result = cell_space_->AllocateRaw(JSGlobalPropertyCell::kSize); in AllocateRawCell()
Dfactory.cc432 Handle<JSGlobalPropertyCell> Factory::NewJSGlobalPropertyCell( in NewJSGlobalPropertyCell()
437 JSGlobalPropertyCell); in NewJSGlobalPropertyCell()

123