Searched refs:on_code_handler (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.h | 495 const OnCodeHandler& on_code_handler,
|
H A D | accessor-assembler.cc | 963 // 2. If |on_code_handler| is provided, then it checks if the sub handler is 964 // a smi or code and if it's a code then it calls |on_code_handler| to 966 // If |on_code_handler| is not provided, then only smi sub handler are 983 const OnCodeHandler& on_code_handler, in HandleProtoHandler() 1001 if (on_code_handler) { in HandleProtoHandler() 1005 on_code_handler(code); in HandleProtoHandler() 1084 // Code sub-handlers are not expected in LoadICs, so no |on_code_handler|. in HandleLoadICProtoHandler() 1799 OnCodeHandler on_code_handler; in HandleStoreICProtoHandler() local 1802 on_code_handler = [=](TNode<CodeT> code_handler) { in HandleStoreICProtoHandler() 1831 p, handler, on_code_handler, in HandleStoreICProtoHandler() 981 HandleProtoHandler( const ICParameters* p, TNode<DataHandler> handler, const OnCodeHandler& on_code_handler, const OnFoundOnLookupStartObject& on_found_on_lookup_start_object, Label* miss, ICMode ic_mode) HandleProtoHandler() argument [all...] |
Completed in 7 milliseconds