Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-api.cc197 Handle<Code> trampoline = BUILTIN_CODE(isolate, DebugBreakTrampoline); in InvokeApiFunction()
Dbuiltins-internal-gen.cc178 TF_BUILTIN(DebugBreakTrampoline, CodeStubAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h176 TFJ(DebugBreakTrampoline, SharedFunctionInfo::kDontAdaptArgumentsSentinel) \
/external/v8/src/debug/
Ddebug.cc1247 Handle<Code> trampoline = BUILTIN_CODE(isolate_, DebugBreakTrampoline); in InstallDebugBreakTrampoline()