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

/external/v8/src/crankshaft/
H A Dhydrogen-environment-liveness.cc139 HEnterInlined* enter = HEnterInlined::cast(instr);
H A Dlithium.h409 HEnterInlined* entry,
440 HEnterInlined* entry() { return entry_; }
543 HEnterInlined* entry_;
H A Dhydrogen.h228 // For blocks marked as inline return target: the block with HEnterInlined.
565 HEnterInlined* entry() const { return entry_; }
566 void set_entry(HEnterInlined* entry) { entry_ = entry; }
735 HEnterInlined* entry_;
911 HEnterInlined* entry() { return entry_; }
912 void set_entry(HEnterInlined* entry) { entry_ = entry; }
958 // When inlining HEnterInlined instruction corresponding to the function
960 HEnterInlined* entry_;
H A Dhydrogen-instructions.h1753 class HEnterInlined final : public HTemplateInstruction<0> {
1755 static HEnterInlined* New(Isolate* isolate, Zone* zone, HValue* context,
1763 HEnterInlined(return_id, closure, closure_context, arguments_count,
1798 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, function in class:final
1835 HLeaveInlined(HEnterInlined* entry,
1851 HEnterInlined* entry_;
H A Dhydrogen-instructions.cc2146 void HEnterInlined::RegisterReturnTarget(HBasicBlock* return_target,
2153 std::ostream& HEnterInlined::PrintDataTo(std::ostream& os) const { // NOLINT
H A Dhydrogen.cc7385 HEnterInlined* entry = function_state()->entry();
8209 HEnterInlined* enter_inlined = Add<HEnterInlined>(
8288 HEnterInlined* entry = function_state()->entry();
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc2333 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1390 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc2403 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc2280 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc2285 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc2302 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc2112 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc2405 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc2405 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {

Completed in 5720 milliseconds