Home
last modified time | relevance | path

Searched refs:HContext (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dhydrogen-osr.cc75 HContext* context = builder_->Add<HContext>(); in BuildOsrLoopEntry()
Dhydrogen.h2035 inline HContext* HGraphBuilder::New<HContext>() {
2036 return HContext::New(zone());
2041 inline HInstruction* HGraphBuilder::NewUncasted<HContext>() {
2042 return New<HContext>();
Dcode-stubs-hydrogen.cc61 HContext* context() { return context_; } in context()
110 HContext* context_;
153 context_ = Add<HContext>(); in BuildGraph()
Dhydrogen-instructions.h1535 class HContext FINAL : public HTemplateInstruction<0> {
1537 static HContext* New(Zone* zone) { in New()
1538 return new(zone) HContext(); in New()
1551 HContext() { in HContext() function
Dhydrogen.cc4476 HInstruction* context = Add<HContext>(); in SetUpScope()
/external/v8/src/mips/
Dlithium-mips.cc1055 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/mips64/
Dlithium-mips64.cc1055 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/x64/
Dlithium-x64.cc1070 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/arm/
Dlithium-arm.cc1050 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/arm64/
Dlithium-arm64.cc1347 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/x87/
Dlithium-x87.cc1110 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
/external/v8/src/ia32/
Dlithium-ia32.cc1091 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()