HomeSort by relevance Sort by last modified time
    Searched full:code_stub (Results 1 - 15 of 15) sorted by null

  /external/v8/src/
codegen.cc 128 if (info->IsStub() && info->code_stub()) {
129 DCHECK_EQ(info->output_code_kind(), info->code_stub()->GetCodeKind());
131 info->output_code_kind(), info->code_stub()->GetICState(),
132 info->code_stub()->GetExtraICState(), info->code_stub()->GetStubType());
compiler.h 162 CodeStub* code_stub() const { return code_stub_; } function in class:v8::internal::CompilationInfo
449 CompilationInfo(ParseInfo* parse_info, CodeStub* code_stub,
compiler.cc 161 CompilationInfo::CompilationInfo(ParseInfo* parse_info, CodeStub* code_stub,
167 code_stub_(code_stub),
189 set_output_code_kind(code_stub->GetCodeKind());
    [all...]
code-stubs-hydrogen.cc 41 descriptor_(info->code_stub()),
71 CodeStub* stub() { return info_->code_stub(); }
    [all...]
code-stubs.h 194 static Major GetMajorKey(Code* code_stub) {
195 return MajorKeyFromKey(code_stub->stub_key());
    [all...]
  /external/v8/src/compiler/
linkage.cc 123 if (info->code_stub() != nullptr) {
125 CodeStub* stub = info->code_stub();
  /external/v8/src/crankshaft/mips/
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 9845 milliseconds