Searched refs:CreateWithContext (Results 1 – 9 of 9) sorted by relevance
260 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
332 V(CreateWithContext, ImplicitRegisterUse::kWriteAccumulator, \
987 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
2572 IGNITION_HANDLER(CreateWithContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
6897 builder()->CreateWithContext(extension_object, scope); in BuildNewLocalWithContext()
730 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateWithContext) in MAGLEV_UNIMPLEMENTED_BYTECODE()
1445 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
1100 const Operator* CreateWithContext(const ScopeInfoRef& scope_info); in NON_EXPORTED_BASE()
2232 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitCreateWithContext()