Searched defs:LoadContext (Results 1 – 3 of 3) sorted by relevance
117 void BaselineAssembler::LoadContext(Register output) { in LoadContext() function
642 __ LoadContext(kContextRegister); in CallRuntime() local714 __ LoadContext(context); in VisitPushContext() local743 __ LoadContext(context); in VisitLdaCurrentContextSlot() local772 __ LoadContext(context); in VisitStaCurrentContextSlot() local873 __ LoadContext(scratch); in VisitLdaModuleVariable() local909 __ LoadContext(scratch); in VisitStaModuleVariable() local1309 __ LoadContext(kContextRegister); in VisitCallJSRuntime() local
1203 const Operator* JSOperatorBuilder::LoadContext(size_t depth, size_t index, in LoadContext() function in v8::internal::compiler::JSOperatorBuilder