Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc26 static const int kPlaceholderMarker = 1000000000; variable
271 code->set_constant_pool_offset(static_cast<int>(index) + kPlaceholderMarker); in CreatePlaceholder()
299 target->constant_pool_offset() >= kPlaceholderMarker) { in LinkFunction()
301 uint32_t index = target->constant_pool_offset() - kPlaceholderMarker; in LinkFunction()