Home
last modified time | relevance | path

Searched refs:break_on_entry (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc582 DCHECK_EQ(script->break_on_entry(), !!instance->break_on_entry()); in RUNTIME_FUNCTION()
583 if (script->break_on_entry()) { in RUNTIME_FUNCTION()
589 // Update the "break_on_entry" flag on all live instances. in RUNTIME_FUNCTION()
596 DCHECK(!instance->break_on_entry()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
H A Dscript.h115 // [break_on_entry] (wasm only): whether an instrumentation breakpoint is set
119 inline bool break_on_entry() const;
H A Dscript-inl.h131 bool Script::break_on_entry() const { return BreakOnEntryBit::decode(flags()); } in break_on_entry() function in v8::internal::Script
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h226 PRIMITIVE_ACCESSORS(WasmInstanceObject, break_on_entry, uint8_t,
H A Dwasm-objects.h358 DECL_PRIMITIVE_ACCESSORS(break_on_entry, uint8_t)
H A Dwasm-debug.cc901 if (script.break_on_entry() == enabled) return; in SetBreakOnEntryFlag()
904 // Update the "break_on_entry" flag on all live instances. in SetBreakOnEntryFlag()
942 // Update the "break_on_entry" flag on all live instances. in SetInstrumentationBreakpoint()
H A Dwasm-objects.cc1231 instance->set_break_on_entry(module_object->script().break_on_entry()); in New()

Completed in 11 milliseconds