Home
last modified time | relevance | path

Searched refs:Execution (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium_org/v8/src/
Dexecution.cc116 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 …]
Djson-stringifier.h353 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()
Ddebug.cc761 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 …]
Dmessages.cc140 MaybeHandle<Object> maybe_result = Execution::TryCall( in GetMessage()
Dapi.cc1689 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 …]
Dexecution.h13 class Execution FINAL : public AllStatic {
/external/oprofile/events/mips/vr5500/
Devents8 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/
Dtest-compiler.cc80 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()
Dtest-serialize.cc717 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/
DMixedContentChecker.h60 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution); in canRunInsecureContent()
75 Execution, enumerator
DMixedContentChecker.cpp349 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution); in canFrameInsecureContent()
383 case Execution: in logWarning()
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td38 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/
DAndroid.mk8 Execution.cpp \
DCMakeLists.txt10 Execution.cpp
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbrowser_tests.gtest-memcheck.txt6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517
/external/chromium_org/v8/test/cctest/compiler/
Dtest-codegen-deopt.cc217 !Execution::Call(isolate, t.function, in TEST()
306 !Execution::Call(isolate, t.function, in TEST()
Dfunction-tester.h88 return Execution::Call(isolate, function, undefined(), 2, args, false); in Call()
/external/oprofile/events/ppc64/power7/
Devent_mappings974 #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/
Dnacl.scons66 …[('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/
Dcoverage.rake114 raise "Execution of covershot failed. Coverage report not generated."
/external/oprofile/events/x86-64/family11h/
Devents35 # Execution Unit Events
80 # Execution Unit events
/external/oprofile/events/x86-64/hammer/
Devents33 # Execution Unit Events
75 # Execution Unit events
/external/deqp/doc/
Dqpa_file_format.txt47 * Execution done
/external/chromium_org/tools/deep_memory_profiler/tests/output/
Dbuckets6 …25d44(@?) 0x000012e934907177(@?) v8::internal::Invoke(@?) v8::internal::Execution::Call(@?) v8::Fu…
/external/chromium_org/media/tools/layout_tests/
DREADME28 * Execution overview.

1234