Home
last modified time | relevance | path

Searched refs:compiler_hints (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-constructor.cc37 Node* compiler_hints = in EmitFastNewClosure() local
41 compiler_hints, Int32Constant(1 << SharedFunctionInfo::kStrictModeBit)); in EmitFastNewClosure()
50 Word32And(compiler_hints, in EmitFastNewClosure()
55 compiler_hints, Int32Constant(FunctionKind::kGeneratorFunction in EmitFastNewClosure()
60 compiler_hints, Int32Constant(FunctionKind::kAsyncFunction in EmitFastNewClosure()
65 compiler_hints, Int32Constant(FunctionKind::kClassConstructor in EmitFastNewClosure()
73 Word32And(compiler_hints, in EmitFastNewClosure()
/external/v8/src/parsing/
Dparse-info.h159 int compiler_hints() const { return compiler_hints_; } in compiler_hints() function
160 void set_compiler_hints(int compiler_hints) { in set_compiler_hints() argument
161 compiler_hints_ = compiler_hints; in set_compiler_hints()
Dparse-info.cc53 set_compiler_hints(shared->compiler_hints()); in ParseInfo()
115 p->set_compiler_hints(shared->compiler_hints()); in AllocateWithoutScript()
/external/v8/src/
Dobjects-inl.h5886 SMI_ACCESSORS(SharedFunctionInfo, compiler_hints, in SMI_ACCESSORS()
5940 compiler_hints,
5965 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation, in BOOL_ACCESSORS() argument
5967 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_arguments, in BOOL_ACCESSORS()
5969 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, has_duplicate_parameters, in BOOL_ACCESSORS()
5971 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in BOOL_ACCESSORS()
5972 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_declaration, in BOOL_ACCESSORS()
5974 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, marked_for_tier_up, in BOOL_ACCESSORS()
5977 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, in BOOL_ACCESSORS()
5979 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS()
[all …]
Dobjects.h7197 inline int compiler_hints() const;
/external/v8/src/runtime/
Druntime-function.cc200 target_shared->set_compiler_hints(source_shared->compiler_hints()); in RUNTIME_FUNCTION()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc219 parse_info_->set_compiler_hints(shared_->compiler_hints()); in PrepareToParseOnMainThread()
/external/v8/src/interpreter/
Dinterpreter.cc3010 Node* compiler_hints = __ LoadObjectField( in DoCreateMappedArguments() local
3015 Node* compare = __ Word32And(compiler_hints, duplicate_parameters_bit); in DoCreateMappedArguments()