/external/llvm/lib/ExecutionEngine/Interpreter/ |
Android.mk | 8 Execution.cpp \
|
/external/v8/src/runtime/ |
runtime-proxy.cc | 51 isolate, result, Execution::Call(isolate, target, receiver, 71 Execution::Call(isolate, trap, handler, arraysize(trap_args), trap_args)); 112 isolate, result, Execution::New(isolate, target, new_target, 132 Execution::Call(isolate, trap, handler, arraysize(trap_args), trap_args));
|
runtime-function.cc | 262 Execution::Call(isolate, target, receiver, argc, argv.start())); 280 Execution::Call(isolate, target, receiver, argc, argv.start())); 317 isolate, result, Execution::Call(isolate, fun, receiver, argc, argv));
|
runtime-observe.cc | 71 USE(Execution::Call(isolate, callback, isolate->factory()->undefined_value(),
|
/external/v8/src/ |
execution.cc | 5 #include "src/execution.h" 124 MaybeHandle<Object> Execution::Call(Isolate* isolate, Handle<Object> callable, 148 isolate, receiver, Execution::ToObject(isolate, receiver), Object); 169 MaybeHandle<Object> Execution::New(Handle<JSFunction> constructor, int argc, 176 MaybeHandle<Object> Execution::New(Isolate* isolate, Handle<Object> constructor, 184 MaybeHandle<Object> Execution::TryCall(Isolate* isolate, 221 // Re-request terminate execution interrupt to trigger later. 424 MaybeHandle<JSReceiver> Execution::ToObject(Isolate* isolate, 436 Handle<String> Execution::GetStackTraceLine(Handle<Object> recv,
|
execution.h | 16 class Execution final : public AllStatic {
|
messages.cc | 8 #include "src/execution.h" 91 maybe_stringified = Execution::TryCall( 334 Execution::TryCall(isolate, fun, factory->undefined_value(), 1, &arg);
|
json-stringifier.h | 256 Execution::Call(isolate_, fun, object, 1, argv), 367 isolate_, result, Execution::Call(isolate_, fun, object, 2, argv),
|
api.cc | 36 #include "src/execution.h" 224 // The default fatal error handler is called and execution is stopped. 288 // If the fatal error handler returns, we stop execution. [all...] |
objects.cc | 26 #include "src/execution.h" 871 Execution::Call(isolate, trap, handler, arraysize(args), args), Object); [all...] |
/external/v8/test/cctest/compiler/ |
function-tester.h | 13 #include "src/execution.h" 59 return Execution::Call(isolate, function, undefined(), 0, nullptr); 64 return Execution::Call(isolate, function, undefined(), 2, args); 70 return Execution::Call(isolate, function, undefined(), 4, args);
|
test-changes-lowering.cc | 17 #include "src/execution.h" 56 Execution::Call(this->isolate(), function, factory()->undefined_value(),
|
/external/v8/test/cctest/ |
test-compiler.cc | 80 Execution::Call(isolate, fun, global, 0, NULL).Check(); 99 Execution::Call(isolate, fun, global, 0, NULL).Check(); 117 Execution::Call(isolate, fun, global, 0, NULL).Check(); 136 Execution::Call(isolate, fun, global, 0, NULL).Check(); 156 Execution::Call(CcTest::i_isolate(), fun, global, 0, NULL).Check(); 187 Execution::Call( 202 CHECK(Execution::Call(isolate, fun, global, 0, NULL).is_null()); 228 Execution::Call(isolate, fun0, global, 0, NULL).Check(); 238 Execution::Call(isolate,
|
test-serialize.cc | 530 // After execution, e's function context refers to the global object. 939 Execution::Call(isolate, copy_fun, global, 0, NULL).ToHandleChecked(); [all...] |
/prebuilts/go/darwin-x86/src/text/template/ |
option.go | 31 // missingkey: Control the behavior during execution if a map is 34 // The default behavior: Do nothing and continue execution. 40 // Execution stops immediately with an error.
|
/prebuilts/go/linux-x86/src/text/template/ |
option.go | 31 // missingkey: Control the behavior during execution if a map is 34 // The default behavior: Do nothing and continue execution. 40 // Execution stops immediately with an error.
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
goroutines.go | 29 ExecTime int64 // Total execution time of all goroutines in this group. 65 // analyzeGoroutines generates statistics about execution of all goroutines and stores them in gs. 144 <th> Execution time, ns </th>
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
goroutines.go | 29 ExecTime int64 // Total execution time of all goroutines in this group. 65 // analyzeGoroutines generates statistics about execution of all goroutines and stores them in gs. 144 <th> Execution time, ns </th>
|
/external/v8/test/cctest/wasm/ |
test-run-wasm-js.cc | 59 Execution::Call(isolate, jsfunc, global, 2, buffer);
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/ |
maven-plugin-descriptor-2.0.9.jar | |
/external/v8/src/debug/ |
debug.cc | 15 #include "src/execution.h" 446 // Find the break location where execution has stopped. 552 return Execution::TryCall(isolate_, fun, undefined, argc, args); 804 // Get the frame where the execution has stopped and skip the debug frame if 805 // any. The debug frame will only be present if execution was stopped due to [all...] |
debug-evaluate.cc | 108 isolate, result, Execution::Call(isolate, eval_fun, receiver, 0, NULL),
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-plugin-api-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/ |
maven-plugin-api-3.2.1.jar | |
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
testing.go | 7 // execution of any function of the form 63 memProfile = flag.String("test.memprofile", "", "write a memory profile to the named file after execution") 65 cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during execution") 123 // Logs are accumulated during execution and dumped to standard error when done. 130 // Fail marks the function as having failed but continues execution. 136 // FailNow marks the function as having failed and stops its execution. 137 // Execution will continue at the next Test.
|