Home
last modified time | relevance | path

Searched refs:export_code (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-test.cc422 Handle<Code> export_code = handle(function->code()); in RUNTIME_FUNCTION() local
423 CHECK(export_code->kind() == Code::JS_TO_WASM_FUNCTION); in RUNTIME_FUNCTION()
428 for (RelocIterator it(*export_code, mask); !it.done(); it.next()) { in RUNTIME_FUNCTION()
/external/v8/src/wasm/
Dwasm-module.cc1809 Handle<Code> export_code = in ProcessExports() local
1821 static_cast<int>(function.sig->parameter_count()), export_code); in ProcessExports()