Searched refs:CreateWithContext (Results 1 – 8 of 8) sorted by relevance
174 BytecodeArrayBuilder& CreateWithContext(Register object, in NON_EXPORTED_BASE()
595 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
205 V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
2986 builder()->CreateWithContext(extension_object, scope->scope_info()); in BuildNewLocalWithContext()
531 const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
875 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
1166 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitCreateWithContext()
1247 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitWithStatement()