Home
last modified time | relevance | path

Searched defs:LoadContext (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbaseline-assembler-inl.h117 void BaselineAssembler::LoadContext(Register output) { in LoadContext() function
Dbaseline-compiler.cc642 __ LoadContext(kContextRegister); in CallRuntime() local
714 __ LoadContext(context); in VisitPushContext() local
743 __ LoadContext(context); in VisitLdaCurrentContextSlot() local
772 __ LoadContext(context); in VisitStaCurrentContextSlot() local
873 __ LoadContext(scratch); in VisitLdaModuleVariable() local
909 __ LoadContext(scratch); in VisitStaModuleVariable() local
1309 __ LoadContext(kContextRegister); in VisitCallJSRuntime() local
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1203 const Operator* JSOperatorBuilder::LoadContext(size_t depth, size_t index, in LoadContext() function in v8::internal::compiler::JSOperatorBuilder