Home
last modified time | relevance | path

Searched refs:fast_call_result (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc5308 Node* fast_call_result = nullptr; in LowerFastApiCall() local
5311 fast_call_result = __ UndefinedConstant(); in LowerFastApiCall()
5315 fast_call_result = ChangeBitToTagged( in LowerFastApiCall()
5319 fast_call_result = ChangeInt32ToTagged(c_call_result); in LowerFastApiCall()
5322 fast_call_result = ChangeUint32ToTagged(c_call_result); in LowerFastApiCall()
5328 fast_call_result = in LowerFastApiCall()
5333 fast_call_result = ChangeFloat64ToTagged( in LowerFastApiCall()
5340 fast_call_result = in LowerFastApiCall()
5361 __ Goto(&merge, fast_call_result); in LowerFastApiCall()

Completed in 12 milliseconds