Home
last modified time | relevance | path

Searched refs:needs_check_on_function_call (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h338 inline bool needs_check_on_function_call() const { in needs_check_on_function_call() function
/external/v8/src/runtime/
Druntime-debug.cc604 if (isolate->debug()->needs_check_on_function_call()) { in RUNTIME_FUNCTION()
/external/v8/src/
Dcompiler.cc671 if (isolate->debug()->needs_check_on_function_call()) { in GetOptimizedCode()