Home
last modified time | relevance | path

Searched refs:is_maglevved (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h664 bool Code::is_maglevved() const { return kind() == CodeKind::MAGLEV; } in is_maglevved() function in v8::internal::Code
733 return is_turbofanned() || is_maglevved() || is_wasm_code(); in uses_safepoint_table()
1120 DEF_PRIMITIVE_FORWARDING_CDC_GETTER(is_maglevved, bool)
H A Dcode.h140 // [is_maglevved]: Tells whether the code object was generated by the
142 inline bool is_maglevved() const;
437 inline bool is_maglevved() const;
H A Dcode.cc502 : is_maglevved() in Disassemble()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc770 if (code.is_maglevved()) { in RUNTIME_FUNCTION()

Completed in 9 milliseconds