Searched refs:export_code (Results 1 – 2 of 2) sorted by relevance
422 Handle<Code> export_code = handle(function->code()); in RUNTIME_FUNCTION() local423 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()
1809 Handle<Code> export_code = in ProcessExports() local1821 static_cast<int>(function.sig->parameter_count()), export_code); in ProcessExports()