Searched refs:CreateWithContext (Results 1 – 8 of 8) sorted by relevance
226 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
273 V(CreateWithContext, AccumulatorUse::kWrite, OperandType::kReg, \
932 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
2593 IGNITION_HANDLER(CreateWithContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
4793 builder()->CreateWithContext(extension_object, scope); in BuildNewLocalWithContext()
840 const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
1260 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
1538 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitCreateWithContext()