Searched refs:kDeclFunctionImport (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/mjsunit/wasm/ |
D | ffi.js | 23 kDeclFunctionName | kDeclFunctionImport, 219 kDeclFunctionName | kDeclFunctionImport, 299 kDeclFunctionName | kDeclFunctionImport, 303 kDeclFunctionName | kDeclFunctionImport,
|
D | ffi-error.js | 22 kDeclFunctionName | kDeclFunctionImport,
|
D | indirect-calls.js | 37 kDeclFunctionName | kDeclFunctionImport,
|
D | stackwalk.js | 23 kDeclFunctionName | kDeclFunctionImport,
|
D | wasm-constants.js | 29 var kDeclFunctionImport = 0x02; variable
|
/external/v8/src/wasm/ |
D | module-decoder.cc | 310 decl_bits & kDeclFunctionImport ? " imported" : "", in DecodeFunctionInModule() 313 (decl_bits & kDeclFunctionImport) == 0 ? " body" : ""); in DecodeFunctionInModule() 322 if (decl_bits & kDeclFunctionImport) { in DecodeFunctionInModule()
|
D | wasm-module.h | 41 kDeclFunctionImport = 0x02, enumerator
|
D | encoder.cc | 279 (external_ ? kDeclFunctionImport : 0) | in Serialize()
|
/external/v8/test/unittests/wasm/ |
D | module-decoder-unittest.cc | 363 kDeclFunctionImport, // no name, no locals, imported in TEST_F() 643 kDeclFunctionImport, static_cast<byte>(sig_index), \
|