HomeSort by relevance Sort by last modified time
    Searched refs:Execution (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/oprofile/events/mips/vr5500/
events 8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/prefetch/cache instruction
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 instruction
  /external/v8/test/cctest/
test-random.cc 33 #include "execution.h"
60 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
92 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
93 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
104 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
test-compiler.cc 36 #include "execution.h"
142 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
204 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
225 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
258 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
273 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
308 Execution::Call(Handle<JSFunction>::cast(fun1)
    [all...]
test-heap.cc 7 #include "execution.h"
47 Object* print_string = *Execution::ToString(Handle<Object>(obj), &exc);
55 *Execution::ToString(Handle<Object>(Smi::FromInt(value)), &exc);
64 Object* print_string = *Execution::ToString(Handle<Object>(obj), &exc);
    [all...]
  /external/chromium_org/v8/src/
execution.cc 151 Handle<Object> Execution::Call(Isolate* isolate,
187 Handle<Object> Execution::New(Handle<JSFunction> func,
196 Handle<Object> Execution::TryCall(Handle<JSFunction> func,
221 V8::FatalProcessOutOfMemory("OOM during Execution::TryCall");
238 Handle<Object> Execution::GetFunctionDelegate(Isolate* isolate,
265 Handle<Object> Execution::TryGetFunctionDelegate(Isolate* isolate,
296 Handle<Object> Execution::GetConstructorDelegate(Isolate* isolate,
322 Handle<Object> Execution::TryGetConstructorDelegate(
357 void Execution::RunMicrotasks(Isolate* isolate) {
360 Execution::Call
    [all...]
v8.cc 153 if (microtask_pending) Execution::RunMicrotasks(isolate);
execution.h 53 class Execution : public AllStatic {
json-stringifier.h 371 object = Execution::Call(isolate_, fun, object, 1, argv, &has_exception);
474 Execution::Call(isolate_, builtin, object, 2, argv, &has_exception);
500 Execution::ToString(isolate_, object, &has_exception);
505 Execution::ToNumber(isolate_, object, &has_exception);
messages.cc 31 #include "execution.h"
174 Execution::TryCall(fun,
api.cc 44 #include "execution.h"
161 // The default fatal error handler is called and execution is stopped.
228 // If the callback returns, we stop execution.
    [all...]
accessors.cc 33 #include "execution.h"
190 Execution::ToUint32(isolate, value, &has_exception);
193 Execution::ToNumber(isolate, value, &has_exception);
debug.cc 39 #include "execution.h"
810 Execution::TryCall(function,
974 // Find the break point where execution has stopped.
    [all...]
handles.cc 36 #include "execution.h"
489 Handle<Object> result = Execution::TryCall(method, script_wrapper, 0,
528 Handle<Object> names = Execution::Call(isolate,
runtime.cc 47 #include "execution.h"
    [all...]
factory.cc 32 #include "execution.h"
936 Handle<Object> result = Execution::TryCall(fun,
961 Handle<Object> result = Execution::TryCall(fun,
    [all...]
  /external/v8/src/
execution.cc 144 Handle<Object> Execution::Call(Handle<Object> callable,
177 Handle<Object> Execution::New(Handle<JSFunction> func,
186 Handle<Object> Execution::TryCall(Handle<JSFunction> func,
223 Handle<Object> Execution::GetFunctionDelegate(Handle<Object> object) {
250 Handle<Object> Execution::TryGetFunctionDelegate(Handle<Object> object,
281 Handle<Object> Execution::GetConstructorDelegate(Handle<Object> object) {
307 Handle<Object> Execution::TryGetConstructorDelegate(
593 Handle<Object> Execution::ToBoolean(Handle<Object> obj) {
609 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) {
614 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc)
    [all...]
messages.cc 31 #include "execution.h"
155 Execution::TryCall(fun,
execution.h 52 class Execution : public AllStatic {
accessors.cc 33 #include "execution.h"
125 Handle<Object> uint32_v = Execution::ToUint32(value_handle, &has_exception);
127 Handle<Object> number_v = Execution::ToNumber(value_handle, &has_exception);
api.cc 41 #include "execution.h"
150 // The default fatal error handler is called and execution is stopped.
214 // If the callback returns, we stop execution.
    [all...]
debug.cc 39 #include "execution.h"
771 Execution::TryCall(function, Handle<Object>(context->global()),
926 // Find the break point where execution has stopped.
    [all...]
factory.cc 32 #include "execution.h"
687 Handle<Object> result = Execution::TryCall(fun,
712 Handle<Object> result = Execution::TryCall(fun,
    [all...]
runtime.cc 44 #include "execution.h"
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 36 #include "execution.h"
132 Execution::Call(isolate, fun, global, 0, NULL, &has_pending_exception);
153 Execution::Call(isolate, fun, global, 0, NULL, &has_pending_exception);
173 Execution::Call(isolate, fun, global, 0, NULL, &has_pending_exception);
194 Execution::Call(isolate, fun, global, 0, NULL, &has_pending_exception);
216 Execution::Call(
250 Execution::Call(
267 Execution::Call(isolate, fun, global, 0, NULL, &has_pending_exception);
294 Execution::Call(
307 Execution::Call(isolate
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 66 [('expected_error', '"NaCl module load failed: Data Execution Prevention is required but is not supported"')],

Completed in 313 milliseconds

1 2 3