Home
last modified time | relevance | path

Searched refs:jsfunc (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc73 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 …]
Dwasm-run-utils.h186 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/
Dwasm-module.cc932 Handle<JSFunction> jsfunc = compiler::CompileJSToWasmWrapper( in Instantiate() local
938 Execution::Call(isolate, jsfunc, undefined, 0, nullptr); in Instantiate()