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

  /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/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...]
ic.cc 34 #include "execution.h"
457 Handle<Object> delegate = Execution::GetFunctionDelegate(object);
    [all...]
isolate.cc 465 // Iterate over pointers on native execution stack.
619 Handle<Object> result = Execution::TryCall(method, script_wrapper, 0,
    [all...]
handles.cc 36 #include "execution.h"
620 Handle<Object> names = Execution::Call(
    [all...]
bootstrapper.cc 35 #include "execution.h"
    [all...]
builtins.cc 475 Handle<Object> result = Execution::Call(function,
    [all...]
objects.cc 38 #include "execution.h"
291 Execution::Call(fun, self, 0, NULL, &has_pending_exception, true);
    [all...]
jsregexp.cc 32 #include "execution.h"
72 return Execution::New(constructor, ARRAY_SIZE(argv), argv,
629 // Conceptual regular expression execution model:
631 // There is a simple conceptual model of regular expression execution
701 // Execution state virtualization.
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 197 0x02 mem_order Execution pipeline restart due to Memory ordering conflicts
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 777 // If returning non-zero, we should end execution with the given
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 831 // If returning non-zero, we should end execution with the given
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 780 // If returning non-zero, we should end execution with the given
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 67 * kRootRegister) aren't special during execution of RegExp code (they don't
908 // If returning non-zero, we should end execution with the given
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c     [all...]

Completed in 699 milliseconds