Searched refs:CLEAR_EXCEPTION (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | compiler.h | 48 enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; enumerator
|
D | compiler.cc | 825 if (flag == Compiler::CLEAR_EXCEPTION) { in FailWithPendingException()
|
D | objects.cc | 13238 Compiler::Compile(function, Compiler::CLEAR_EXCEPTION)) { in EnsureHasInitialMap() 14130 Compiler::Compile(func, Compiler::CLEAR_EXCEPTION)) { in CalculateInstanceSizeForDerivedClass()
|
/external/v8/src/debug/ |
D | debug.cc | 1271 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/ |
D | js-inlining.cc | 454 !Compiler::Compile(shared_info, Compiler::CLEAR_EXCEPTION)) { in ReduceJSCall()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 219 !Compiler::Compile(function, Compiler::CLEAR_EXCEPTION)) { in RUNTIME_FUNCTION()
|