Home
last modified time | relevance | path

Searched refs:CheckStackOverflow (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp190 BRANCH_UNLIKELY(CheckStackOverflow(glue_), &stackOverflow, &dispatch); in GetProperty()
267 BRANCH_UNLIKELY(CheckStackOverflow(glue_), &stackOverflow, &dispatch); in SetProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h194 inline GateRef CheckStackOverflow(GateRef glue, GateRef sp);
Dinterpreter_stub-inl.h440 GateRef InterpreterStubBuilder::CheckStackOverflow(GateRef glue, GateRef sp) in CheckStackOverflow() function
Dstub_builder.h136 GateRef CheckStackOverflow(GateRef glue);
Dstub_builder-inl.h63 inline GateRef StubBuilder::CheckStackOverflow(GateRef glue) in CheckStackOverflow() function