Searched refs:HEnterInlined (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc139 HEnterInlined* enter = HEnterInlined::cast(instr);
H A Dlithium.h397 HEnterInlined* entry,
428 HEnterInlined* entry() { return entry_; }
531 HEnterInlined* entry_;
H A Dhydrogen.h208 // For blocks marked as inline return target: the block with HEnterInlined.
581 HEnterInlined* entry() const { return entry_; }
582 void set_entry(HEnterInlined* entry) { entry_ = entry; }
738 HEnterInlined* entry_;
915 HEnterInlined* entry() { return entry_; }
916 void set_entry(HEnterInlined* entry) { entry_ = entry; }
954 // When inlining HEnterInlined instruction corresponding to the function
956 HEnterInlined* entry_;
H A Dhydrogen-instructions.h2002 class HEnterInlined FINAL : public HTemplateInstruction<0> {
2004 static HEnterInlined* New(Zone* zone, HValue* context, BailoutId return_id,
2010 return new (zone) HEnterInlined(return_id, closure, closure_context,
2039 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, function in class:v8::FINAL
2070 HLeaveInlined(HEnterInlined* entry,
2086 HEnterInlined* entry_;
H A Dhydrogen-instructions.cc2642 void HEnterInlined::RegisterReturnTarget(HBasicBlock* return_target,
2649 OStream& HEnterInlined::PrintDataTo(OStream& os) const { // NOLINT
H A Dhydrogen.cc7219 HEnterInlined* entry = function_state()->entry();
7925 HEnterInlined* enter_inlined =
7926 Add<HEnterInlined>(return_id, target, context, arguments_count, function,
8000 HEnterInlined* entry = function_state()->entry();
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2557 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1457 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2628 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc2506 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc2506 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc2604 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2632 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {

Completed in 1189 milliseconds