Home
last modified time | relevance | path

Searched refs:call_origin (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc210 RegExp::CallOrigin call_origin) { in ThrowStackOverflow() argument
211 CHECK(call_origin == RegExp::CallOrigin::kFromRuntime); in ThrowStackOverflow()
222 Isolate* isolate, RegExp::CallOrigin call_origin) { in MaybeThrowStackOverflow() argument
223 if (call_origin == RegExp::CallOrigin::kFromRuntime) { in MaybeThrowStackOverflow()
224 return ThrowStackOverflow(isolate, call_origin); in MaybeThrowStackOverflow()
255 Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray* code_array_out, in HandleInterrupts() argument
263 if (call_origin == RegExp::CallOrigin::kFromJs) { in HandleInterrupts()
275 DCHECK(call_origin == RegExp::CallOrigin::kFromRuntime); in HandleInterrupts()
282 return ThrowStackOverflow(isolate, call_origin); in HandleInterrupts()
388 uint32_t current_char, RegExp::CallOrigin call_origin, in RawMatch() argument
[all …]
Dregexp-interpreter.h49 RegExp::CallOrigin call_origin,
56 RegExp::CallOrigin call_origin,
62 int start_position, RegExp::CallOrigin call_origin);
Dregexp-macro-assembler.cc289 Isolate* isolate, int start_index, RegExp::CallOrigin call_origin, in CheckStackGuardState() argument
300 if (call_origin == RegExp::CallOrigin::kFromJs) { in CheckStackGuardState()
318 DCHECK(call_origin == RegExp::CallOrigin::kFromRuntime); in CheckStackGuardState()
436 RegExp::CallOrigin call_origin = RegExp::CallOrigin::kFromRuntime; in Execute() local
441 const byte* input_end, int* output, int output_size, int call_origin, in Execute()
446 output, output_size, call_origin, isolate, regexp.ptr()); in Execute()
Dregexp-macro-assembler.h329 RegExp::CallOrigin call_origin,
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc136 int32_t ExecRawImpl(Isolate* isolate, RegExp::CallOrigin call_origin, in ExecRawImpl() argument
152 isolate, call_origin, bytecode, register_count_per_match, subject, in ExecRawImpl()
155 call_origin == RegExp::kFromRuntime); in ExecRawImpl()
163 RegExp::CallOrigin call_origin, in ExecRaw() argument
179 return ExecRawImpl(isolate, call_origin, bytecode, subject, in ExecRaw()
187 RegExp::CallOrigin call_origin, Isolate* isolate, Address regexp) { in MatchForCallFromJs() argument
191 DCHECK(call_origin == RegExp::CallOrigin::kFromJs); in MatchForCallFromJs()
Dexperimental-interpreter.cc139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin, in NfaInterpreter() argument
143 call_origin_(call_origin), in NfaInterpreter()
560 Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, in FindMatches() argument
567 NfaInterpreter<uint8_t> interpreter(isolate, call_origin, bytecode, in FindMatches()
573 NfaInterpreter<base::uc16> interpreter(isolate, call_origin, bytecode, in FindMatches()
Dexperimental.h37 RegExp::CallOrigin call_origin,
43 static int32_t ExecRaw(Isolate* isolate, RegExp::CallOrigin call_origin,
Dexperimental-interpreter.h26 static int FindMatches(Isolate* isolate, RegExp::CallOrigin call_origin,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def327 HANDLE_DW_AT(0x7f, call_origin, 5, DWARF)