Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module-builder.h174 void EmitDirectCallIndex(uint32_t index);
Dwasm-module-builder.cc132 void WasmFunctionBuilder::EmitDirectCallIndex(uint32_t index) { in EmitDirectCallIndex() function in v8::internal::wasm::WasmFunctionBuilder
/external/v8/src/asmjs/
Dasm-parser.cc2362 current_function_builder_->EmitDirectCallIndex(function_info->index); in ValidateCall()