Home
last modified time | relevance | path

Searched refs:CLEAR_EXCEPTION (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcompiler.h48 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
Dcompiler.cc825 if (flag == Compiler::CLEAR_EXCEPTION) { in FailWithPendingException()
Dobjects.cc13238 Compiler::Compile(function, Compiler::CLEAR_EXCEPTION)) { in EnsureHasInitialMap()
14130 Compiler::Compile(func, Compiler::CLEAR_EXCEPTION)) { in CalculateInstanceSizeForDerivedClass()
/external/v8/src/debug/
Ddebug.cc1271 Compiler::Compile(fun, Compiler::CLEAR_EXCEPTION); in InstallDebugBreakTrampoline()
1336 if (!Compiler::Compile(candidate, Compiler::CLEAR_EXCEPTION)) { in GetPossibleBreakpoints()
1451 if (!Compiler::Compile(handle(shared, isolate_), Compiler::CLEAR_EXCEPTION)) in FindSharedFunctionInfoInScript()
1466 !Compiler::Compile(shared, Compiler::CLEAR_EXCEPTION)) { in EnsureBreakInfo()
/external/v8/src/compiler/
Djs-inlining.cc454 !Compiler::Compile(shared_info, Compiler::CLEAR_EXCEPTION)) { in ReduceJSCall()
/external/v8/src/runtime/
Druntime-test.cc219 !Compiler::Compile(function, Compiler::CLEAR_EXCEPTION)) { in RUNTIME_FUNCTION()