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.h347 inline bool needs_check_on_function_call() const { in needs_check_on_function_call() function
/external/v8/src/runtime/
Druntime-debug.cc635 if (isolate->debug()->needs_check_on_function_call()) { in RUNTIME_FUNCTION()
/external/v8/src/codegen/
Dcompiler.cc1088 if (isolate->debug()->needs_check_on_function_call()) return {}; in GetOptimizedCode()