Home
last modified time | relevance | path

Searched refs:has_safepoint_table (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode.h335 inline bool has_safepoint_table() const;
455 // (note the table may still be empty, see has_safepoint_table).
H A Dcode-inl.h464 bool Code::has_safepoint_table() const { return safepoint_table_size() > 0; } in has_safepoint_table() function in v8::internal::Code
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1093 code->has_safepoint_table() ? base_offset + code->safepoint_table_offset() in AddCodeForTesting()

Completed in 9 milliseconds