Searched defs:IsCFunctionCall (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dlinkage.h218 bool IsCFunctionCall() const { return kind_ == kCallAddress; } function in class:v8::internal::compiler::final
224 return IsCFunctionCall() || IsJSFunctionCall();

Completed in 205 milliseconds