Home
last modified time | relevance | path

Searched defs:stack_limit (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/ast/
Dast-function-literal-id-reindexer.cc13 AstFunctionLiteralIdReindexer::AstFunctionLiteralIdReindexer(size_t stack_limit, in AstFunctionLiteralIdReindexer()
91 AstFunctionLiteralIdReindexChecker(size_t stack_limit, in AstFunctionLiteralIdReindexChecker()
Dsource-range-ast-visitor.cc12 SourceRangeAstVisitor::SourceRangeAstVisitor(uintptr_t stack_limit, in SourceRangeAstVisitor()
Dast-traversal-visitor.h99 AstTraversalVisitor<Subclass>::AstTraversalVisitor(uintptr_t stack_limit, in AstTraversalVisitor()
Dprettyprinter.cc751 AstPrinter::AstPrinter(uintptr_t stack_limit) in AstPrinter()
/external/v8/src/execution/
Dlocal-isolate.h82 Address stack_limit() const { return stack_limit_; } in stack_limit() function
Disolate.h510 FIELD_ACCESSOR(uintptr_t, stack_limit) in FIELD_ACCESSOR() argument
/external/v8/src/parsing/
Dparse-info.h249 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
251 void SetPerThreadState(uintptr_t stack_limit, in SetPerThreadState()
Drewriter.cc19 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor()
Dparser-base.h241 ParserBase(Zone* zone, Scanner* scanner, uintptr_t stack_limit, in ParserBase()
275 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
277 void set_stack_limit(uintptr_t stack_limit) { stack_limit_ = stack_limit; } in set_stack_limit()
/external/v8/src/codegen/
Dcompiler.h254 UnoptimizedCompilationJob(uintptr_t stack_limit, ParseInfo* parse_info, in UnoptimizedCompilationJob()
287 uintptr_t stack_limit() const { return stack_limit_; } in stack_limit() function
Dcode-stub-assembler.cc13231 TNode<UintPtrT> stack_limit = UncheckedCast<UintPtrT>( in PerformStackCheck() local
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc705 ExternalReference stack_limit = in GetCode() local
1309 ExternalReference stack_limit = in CheckPreemption() local
1318 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc670 ExternalReference stack_limit = in GetCode() local
1272 ExternalReference stack_limit = in CheckPreemption() local
1281 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc674 ExternalReference stack_limit = in GetCode() local
1204 ExternalReference stack_limit = in CheckPreemption() local
1214 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc740 ExternalReference stack_limit = in GetCode() local
1329 ExternalReference stack_limit = in CheckPreemption() local
1343 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc691 ExternalReference stack_limit = in GetCode() local
1231 ExternalReference stack_limit = in CheckPreemption() local
1239 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc715 ExternalReference stack_limit = in GetCode() local
1282 ExternalReference stack_limit = in CheckPreemption() local
1292 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc705 ExternalReference stack_limit = in GetCode() local
1227 ExternalReference stack_limit = in CheckPreemption() local
1240 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc785 ExternalReference stack_limit = in GetCode() local
1468 ExternalReference stack_limit = in CheckPreemption() local
1478 ExternalReference stack_limit = in CheckStackLimit() local
/external/v8/src/asmjs/
Dasm-parser.cc73 AsmJsParser::AsmJsParser(Zone* zone, uintptr_t stack_limit, in AsmJsParser()
/external/v8/src/interpreter/
Dbytecode-generator.cc1282 void BytecodeGenerator::GenerateBytecode(uintptr_t stack_limit) { in GenerateBytecode()
/external/v8/include/
Dv8.h7181 uint32_t* stack_limit() const { return stack_limit_; } in stack_limit() function
/external/v8/src/api/
Dapi.cc9001 void Isolate::SetStackLimit(uintptr_t stack_limit) { in SetStackLimit()