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

/external/oprofile/events/mips/vr5500/
H A Devents8 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/
H A Dtest-random.cc60 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);
H A Dtest-compiler.cc142 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),
H A Dtest-heap.cc47 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);
/external/v8/src/
H A Dexecution.cc144 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
[all...]
H A Dmessages.cc155 Execution::TryCall(fun,
H A Dexecution.h52 class Execution : public AllStatic { class in namespace:v8::internal
H A Daccessors.cc125 Handle<Object> uint32_v = Execution::ToUint32(value_handle, &has_exception);
127 Handle<Object> number_v = Execution::ToNumber(value_handle, &has_exception);
H A Dapi.cc1589 i::Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1825 i::Execution::Call(fun, recv, argc, argv, has_pending_exception);
2291 str = i::Execution::ToString(obj, &has_pending_exception);
2311 str = i::Execution::ToDetailString(obj, &has_pending_exception);
2331 val = i::Execution::ToObject(obj, &has_pending_exception);
2349 i::Handle<i::Object> val = i::Execution::ToBoolean(obj);
2368 num = i::Execution::ToNumber(obj, &has_pending_exception);
2386 num = i::Execution::ToInteger(obj, &has_pending_exception);
2514 i::Handle<i::Object> value = i::Execution::ToBoolean(obj);
2533 num = i::Execution
[all...]
H A Ddebug.cc771 Execution::TryCall(function, Handle<Object>(context->global()),
1109 Handle<Object> result = Execution::TryCall(check_break_point,
2254 Execution::TryCall(Handle<JSFunction>::cast(fun),
2383 Handle<Object> js_object = Execution::TryCall(
2621 Execution::TryCall(Handle<JSFunction>::cast(update_script_break_points),
2762 Execution::TryCall(fun,
3138 Handle<Object> result = Execution::Call(
3375 Handle<Object> json = Execution::TryCall(Handle<JSFunction>::cast(fun),
H A Dfactory.cc687 Handle<Object> result = Execution::TryCall(fun,
712 Handle<Object> result = Execution::TryCall(fun,
1409 Execution::ConfigureInstance(instance,
H A Druntime.cc1908 Execution::TryGetFunctionDelegate(Handle<JSReceiver>(callable), &threw);
4154 return Execution::CharAt(string, index);
4209 Execution::ToString(key, &has_pending_exception);
4449 Handle<Object> name = Execution::ToString(key, &has_pending_exception);
4497 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4550 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4590 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
5139 Execution::ToString(args.at<Object>(0), &exception);
7890 bound_function = Execution::TryGetConstructorDelegate(bound_function,
7898 Execution
[all...]
H A Dic.cc457 Handle<Object> delegate = Execution::GetFunctionDelegate(object);
2319 Handle<Object> result = Execution::Call(builtin_function, operand, 0, NULL,
2429 Handle<Object> result = Execution::Call(builtin_function,
H A Disolate.cc619 Handle<Object> result = Execution::TryCall(method, script_wrapper, 0,
981 Execution::GetStackTraceLine(recv, fun, pos_obj, is_top_level);
H A Dhandles.cc620 Handle<Object> names = Execution::Call(
H A Dbootstrapper.cc1371 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
2145 Execution::InstantiateObject(object_template, &pending_exception);
H A Dbuiltins.cc475 Handle<Object> result = Execution::Call(function,
H A Dobjects.cc291 Execution::Call(fun, self, 0, NULL, &has_pending_exception, true);
2043 Execution::Call(fun, self, ARRAY_SIZE(argv), argv, &has_pending_exception);
2677 Execution::Call(isolate->to_complete_property_descriptor(), result,
2782 Execution::Call(isolate->to_complete_property_descriptor(), result,
2873 return Execution::Call(trap, handler, argc, argv, &threw);
9490 Handle<Object> number = Execution::ToNumber(value, &has_exception);
H A Djsregexp.cc72 return Execution::New(constructor, ARRAY_SIZE(argv), argv,
701 // Execution state virtualization.
/external/oprofile/events/i386/westmere/
H A Dunit_masks197 0x02 mem_order Execution pipeline restart due to Memory ordering conflicts
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc1058 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc1088 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc1059 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc1195 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c4108 #pragma mark - Periodic Execution Routines

Completed in 442 milliseconds