Lines Matching refs:JSFunction
256 CheckContext(JSFunction::cast(object)->context());
1016 JSFunction* candidate = jsfunction_candidates_head_;
1017 JSFunction* next_candidate;
1040 Address slot = candidate->address() + JSFunction::kCodeEntryOffset;
1186 void CodeFlusher::EvictCandidate(JSFunction* function) {
1200 JSFunction* candidate = jsfunction_candidates_head_;
1201 JSFunction* next_candidate;
1260 JSFunction* candidate = jsfunction_candidates_head_;
1261 JSFunction* next_candidate;
1298 JSFunction** slot = &jsfunction_candidates_head_;
1299 JSFunction* candidate = jsfunction_candidates_head_;
2503 JSFunction::cast(map->constructor())->shared()->AttachInitialMap(map);
2526 JSFunction::cast(map->constructor())->shared()->AttachInitialMap(map);
2773 Address code_entry_slot = dst + JSFunction::kCodeEntryOffset;
3488 // Update JSFunction pointers from the runtime profiler.