/external/chromium_org/v8/src/ |
D | execution.cc | 116 MaybeHandle<Object> Execution::Call(Isolate* isolate, in Call() 145 MaybeHandle<Object> Execution::New(Handle<JSFunction> func, in New() 152 MaybeHandle<Object> Execution::TryCall(Handle<JSFunction> func, in TryCall() 194 Handle<Object> Execution::GetFunctionDelegate(Isolate* isolate, in GetFunctionDelegate() 221 MaybeHandle<Object> Execution::TryGetFunctionDelegate(Isolate* isolate, in TryGetFunctionDelegate() 248 Handle<Object> Execution::GetConstructorDelegate(Isolate* isolate, in GetConstructorDelegate() 274 MaybeHandle<Object> Execution::TryGetConstructorDelegate( in TryGetConstructorDelegate() 493 MaybeHandle<Object> Execution::ToNumber( in ToNumber() 499 MaybeHandle<Object> Execution::ToString( in ToString() 505 MaybeHandle<Object> Execution::ToDetailString( in ToDetailString() [all …]
|
D | json-stringifier.h | 353 Execution::Call(isolate_, fun, object, 1, argv), in ApplyToJsonFunction() 471 Execution::Call(isolate_, builtin, object, 2, argv), in SerializeGeneric() 502 isolate_, value, Execution::ToString(isolate_, object), EXCEPTION); in SerializeJSValue() 507 isolate_, value, Execution::ToNumber(isolate_, object), EXCEPTION); in SerializeJSValue()
|
D | debug.cc | 761 MaybeHandle<Object> result = Execution::TryCall( in CompileDebuggerScript() 1049 if (!Execution::TryCall(check_break_point, in CheckBreakPoint() 1271 Execution::Call(isolate_, fun, promise, 0, NULL).ToHandleChecked(); in PromiseHasRejectHandler() 2446 return Execution::TryCall(Handle<JSFunction>::cast(constructor), in MakeJSObject() 2654 if (Execution::TryCall(Handle<JSFunction>::cast(update_script_break_points), in OnAfterCompile() 2772 Execution::TryCall(Handle<JSFunction>::cast(event_listener_), in CallEventCallback() 2844 Handle<Object> cmd_processor = Execution::Call( in NotifyMessageHandler() 2877 Execution::TryCall(process_debug_request, cmd_processor, 1, in NotifyMessageHandler() 2894 maybe_result = Execution::Call( in NotifyMessageHandler() 2903 if (!Execution::ToString(isolate_, exception).ToHandle(&result)) break; in NotifyMessageHandler() [all …]
|
D | messages.cc | 140 MaybeHandle<Object> maybe_result = Execution::TryCall( in GetMessage()
|
D | api.cc | 1689 has_pending_exception = !i::Execution::Call( in Run() 2122 return i::Execution::Call(isolate, fun, recv, argc, argv); in CallV8HeapFunction() 2581 has_pending_exception = !i::Execution::ToString( in ToString() 2599 has_pending_exception = !i::Execution::ToDetailString( in ToDetailString() 2617 has_pending_exception = !i::Execution::ToObject( in ToObject() 2650 has_pending_exception = !i::Execution::ToNumber( in ToNumber() 2668 has_pending_exception = !i::Execution::ToInteger( in ToInteger() 2897 has_pending_exception = !i::Execution::ToNumber( in NumberValue() 2915 has_pending_exception = !i::Execution::ToInteger( in IntegerValue() 2937 has_pending_exception = !i::Execution::ToInt32(isolate, obj).ToHandle(&num); in ToInt32() [all …]
|
D | execution.h | 13 class Execution FINAL : public AllStatic {
|
/external/oprofile/events/mips/vr5500/ |
D | events | 8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/pr… 9 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Execution of store instruction 10 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Execution of branch instruction 11 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : Execution of floating-point instr…
|
/external/chromium_org/v8/test/cctest/ |
D | test-compiler.cc | 80 Execution::Call(isolate, fun, global, 0, NULL).Check(); in Inc() 99 Execution::Call(isolate, fun, global, 0, NULL).Check(); in Add() 117 Execution::Call(isolate, fun, global, 0, NULL).Check(); in Abs() 136 Execution::Call(isolate, fun, global, 0, NULL).Check(); in Sum() 156 Execution::Call(CcTest::i_isolate(), fun, global, 0, NULL).Check(); in TEST() 187 Execution::Call( in TEST() 202 CHECK(Execution::Call(isolate, fun, global, 0, NULL).is_null()); in TEST() 228 Execution::Call(isolate, fun0, global, 0, NULL).Check(); in TEST() 238 Execution::Call(isolate, in TEST()
|
D | test-serialize.cc | 717 Execution::Call(isolate, copy_fun, global, 0, NULL).ToHandleChecked(); in TEST() 756 Execution::Call(isolate, orig_fun, global, 0, NULL).ToHandleChecked(); in TEST() 777 Execution::Call(isolate, copy_fun, global, 0, NULL).ToHandleChecked(); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | MixedContentChecker.h | 60 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution); in canRunInsecureContent() 75 Execution, enumerator
|
D | MixedContentChecker.cpp | 349 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution); in canFrameInsecureContent() 383 case Execution: in logWarning()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSchedule440.td | 38 def P440_IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline 39 def P440_IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline 41 def P440_JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline 42 def P440_JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline 47 def P440_FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline 48 def P440_FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline 49 def P440_FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline 50 def P440_FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline 51 def P440_FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline 52 def P440_FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Android.mk | 8 Execution.cpp \
|
D | CMakeLists.txt | 10 Execution.cpp
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | browser_tests.gtest-memcheck.txt | 6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-codegen-deopt.cc | 217 !Execution::Call(isolate, t.function, in TEST() 306 !Execution::Call(isolate, t.function, in TEST()
|
D | function-tester.h | 88 return Execution::Call(isolate, function, undefined(), 2, args, false); in Call()
|
/external/oprofile/events/ppc64/power7/ |
D | event_mappings | 974 #Group 121 pm_vsu0, VSU Execution 982 #Group 122 pm_vsu1, VSU Execution 990 #Group 123 pm_vsu2, VSU Execution 998 #Group 124 pm_vsu3, VSU Execution 1006 #Group 125 pm_vsu4, VSU Execution 1014 #Group 126 pm_vsu5, VSU Execution 1022 #Group 127 pm_vsu6, VSU Execution 1030 #Group 128 pm_vsu7, VSU Execution 1038 #Group 129 pm_vsu8, VSU Execution 1046 #Group 130 pm_vsu9, VSU Execution [all …]
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
D | nacl.scons | 66 …[('expected_error', '"NaCl module load failed: Data Execution Prevention is required but is not su…
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/ |
D | coverage.rake | 114 raise "Execution of covershot failed. Coverage report not generated."
|
/external/oprofile/events/x86-64/family11h/ |
D | events | 35 # Execution Unit Events 80 # Execution Unit events
|
/external/oprofile/events/x86-64/hammer/ |
D | events | 33 # Execution Unit Events 75 # Execution Unit events
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 47 * Execution done
|
/external/chromium_org/tools/deep_memory_profiler/tests/output/ |
D | buckets | 6 …25d44(@?) 0x000012e934907177(@?) v8::internal::Invoke(@?) v8::internal::Execution::Call(@?) v8::Fu…
|
/external/chromium_org/media/tools/layout_tests/ |
D | README | 28 * Execution overview.
|