Home | History | Annotate | Download | only in src

Lines Matching full:jsfunction

259             CheckContext(JSFunction::cast(object)->context());
992 JSFunction* candidate = jsfunction_candidates_head_;
993 JSFunction* next_candidate;
1016 Address slot = candidate->address() + JSFunction::kCodeEntryOffset;
1162 void CodeFlusher::EvictCandidate(JSFunction* function) {
1176 JSFunction* candidate = jsfunction_candidates_head_;
1177 JSFunction* next_candidate;
1236 JSFunction* candidate = jsfunction_candidates_head_;
1237 JSFunction* next_candidate;
1274 JSFunction** slot = &jsfunction_candidates_head_;
1275 JSFunction* candidate = jsfunction_candidates_head_;
2498 JSFunction::cast(map->constructor())->shared()->AttachInitialMap(map);
2521 JSFunction::cast(map->constructor())->shared()->AttachInitialMap(map);
2801 Address code_entry_slot = dst + JSFunction::kCodeEntryOffset;
3519 // Update JSFunction pointers from the runtime profiler.