Searched refs:jsfunc (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/wasm/ |
D | test-run-wasm-js.cc | 73 void EXPECT_CALL(double expected, Handle<JSFunction> jsfunc, in EXPECT_CALL() argument 75 Isolate* isolate = jsfunc->GetIsolate(); in EXPECT_CALL() 78 Execution::Call(isolate, jsfunc, global, count, buffer); in EXPECT_CALL() 90 void EXPECT_CALL(double expected, Handle<JSFunction> jsfunc, double a, in EXPECT_CALL() argument 92 Isolate* isolate = jsfunc->GetIsolate(); in EXPECT_CALL() 95 EXPECT_CALL(expected, jsfunc, buffer, 2); in EXPECT_CALL() 104 Handle<JSFunction> jsfunc = module.WrapCode(t.CompileAndAdd()); in TEST() local 106 EXPECT_CALL(33, jsfunc, 44, 11); in TEST() 107 EXPECT_CALL(-8723487, jsfunc, -8000000, 723487); in TEST() 115 Handle<JSFunction> jsfunc = module.WrapCode(t.CompileAndAdd()); in TEST() local [all …]
|
D | wasm-run-utils.h | 186 Handle<JSFunction> jsfunc = Handle<JSFunction>::cast(v8::Utils::OpenHandle( in AddJsFunction() local 191 Handle<Code> code = CompileWasmToJSWrapper(isolate_, jsfunc, sig, in AddJsFunction()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 932 Handle<JSFunction> jsfunc = compiler::CompileJSToWasmWrapper( in Instantiate() local 938 Execution::Call(isolate, jsfunc, undefined, 0, nullptr); in Instantiate()
|