Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
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()
596 DCHECK(!instance->break_on_entry()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dscript.h119 inline bool break_on_entry() const;
Dscript.tq14 break_on_entry: bool: 1 bit;
Dscript-inl.h131 bool Script::break_on_entry() const { return BreakOnEntryBit::decode(flags()); } in break_on_entry() function
/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h226 PRIMITIVE_ACCESSORS(WasmInstanceObject, break_on_entry, uint8_t, in SANDBOXED_POINTER_ACCESSORS()
Dwasm-objects.h358 DECL_PRIMITIVE_ACCESSORS(break_on_entry, uint8_t)
Dwasm-debug.cc901 if (script.break_on_entry() == enabled) return; in SetBreakOnEntryFlag()
Dwasm-objects.cc1231 instance->set_break_on_entry(module_object->script().break_on_entry()); in New()