Searched refs:CallICState (Results 1 – 4 of 4) sorted by relevance
24 class CallICState final BASE_EMBEDDED {26 explicit CallICState(ExtraICState extra_ic_state) in CallICState() function28 CallICState(int argc, ConvertReceiverMode convert_mode) in CallICState() function36 const CallICState&));52 std::ostream& operator<<(std::ostream& os, const CallICState& s);
19 std::ostream& operator<<(std::ostream& os, const CallICState& s) { in operator <<()
1570 CallICTrampolineStub stub(isolate, CallICState(argc, mode)); in initialize_stub()1578 CallICStub stub(isolate, CallICState(argc, mode)); in initialize_stub_in_optimized_code()
907 CallICStub(Isolate* isolate, const CallICState& state) in CallICStub()924 CallICState state() const { in state()925 return CallICState(static_cast<ExtraICState>(minor_key_)); in state()2203 CallICTrampolineStub(Isolate* isolate, const CallICState& state) in CallICTrampolineStub()2217 CallICState state() const { in state()2218 return CallICState(static_cast<ExtraICState>(minor_key_)); in state()