Home
last modified time | relevance | path

Searched refs:code_stub (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/compiler/
Dlinkage.cc52 } else if (info->code_stub() != NULL) { in Linkage()
55 info->code_stub()->GetCallInterfaceDescriptor(); in Linkage()
Dregister-allocator.cc1369 if (info->code_stub() == NULL) { in BuildLiveRanges()
1372 CodeStub::Major major_key = info->code_stub()->MajorKey(); in BuildLiveRanges()
/external/v8/src/
Dcodegen.cc116 CodeStub::MajorName(info->code_stub()->MajorKey(), true); in MakeCodePrologue()
214 CodeStub::Major major_key = info->code_stub()->MajorKey(); in PrintCode()
Dcompiler.cc260 return Code::ComputeFlags(code_stub()->GetCodeKind(), in flags()
261 code_stub()->GetICState(), in flags()
262 code_stub()->GetExtraICState(), in flags()
263 code_stub()->GetStubType()); in flags()
Dcompiler.h113 HydrogenCodeStub* code_stub() const {return code_stub_; } in code_stub() function
Dcode-stubs.h160 static Major GetMajorKey(Code* code_stub) { in GetMajorKey() argument
161 return MajorKeyFromKey(code_stub->stub_key()); in GetMajorKey()
Dcode-stubs-hydrogen.cc60 HydrogenCodeStub* stub() { return info_.code_stub(); } in stub()
Dlithium-allocator.cc1341 CodeStub::Major major_key = chunk_->info()->code_stub()->MajorKey(); in BuildLiveRanges()
Dhydrogen.cc3438 info->code_stub()->GetCallInterfaceDescriptor(); in HGraph()
12204 CodeStub::Major major_key = info->code_stub()->MajorKey(); in TraceCompilation()
/external/v8/src/mips64/
Dlithium-mips64.cc2404 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/mips/
Dlithium-mips.cc2404 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/arm64/
Dlithium-arm64.cc1998 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/arm/
Dlithium-arm.cc2455 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/x64/
Dlithium-x64.cc2492 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/ia32/
Dlithium-ia32.cc2511 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()
/external/v8/src/x87/
Dlithium-x87.cc2515 info()->code_stub()->GetCallInterfaceDescriptor(); in DoParameter()