Lines Matching refs:JSGlobalPropertyCell
892 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()
2159 Handle<JSGlobalPropertyCell> cell, in CompileMathAbsCall()
2259 Handle<JSGlobalPropertyCell> cell, in CompileFastApiCall()
2317 Handle<JSGlobalPropertyCell>::null(), in CompileCallConstant()
2475 Handle<JSGlobalPropertyCell> cell, in CompileCallGlobal()
2644 Handle<JSGlobalPropertyCell> cell, in CompileStoreGlobal()
2665 __ ldr(r6, FieldMemOperand(r4, JSGlobalPropertyCell::kValueOffset)); in CompileStoreGlobal()
2670 __ str(r0, FieldMemOperand(r4, JSGlobalPropertyCell::kValueOffset)); in CompileStoreGlobal()
2809 Handle<JSGlobalPropertyCell> cell, in CompileLoadGlobal()
2825 __ ldr(r4, FieldMemOperand(r3, JSGlobalPropertyCell::kValueOffset)); in CompileLoadGlobal()