Home | History | Annotate | Download | only in src

Lines Matching refs:SharedFunctionInfo

1579 CAST_ACCESSOR(SharedFunctionInfo)
2258 ACCESSORS(JSFunction, shared, SharedFunctionInfo, kSharedFunctionInfoOffset)
2337 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex)
2348 ACCESSORS(SharedFunctionInfo, construct_stub, Code, kConstructStubOffset)
2349 SharedFunctionInfo, name, Object, kNameOffset)
2350 ACCESSORS(SharedFunctionInfo, instance_class_name, Object,
2352 ACCESSORS(SharedFunctionInfo, function_data, Object,
2354 ACCESSORS(SharedFunctionInfo, script, Object, kScriptOffset)
2355 ACCESSORS(SharedFunctionInfo, debug_info, Object, kDebugInfoOffset)
2356 ACCESSORS(SharedFunctionInfo, inferred_name, String, kInferredNameOffset)
2357 ACCESSORS(SharedFunctionInfo, this_property_assignments, Object,
2365 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression,
2367 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel,
2369 BOOL_GETTER(SharedFunctionInfo, compiler_hints,
2372 BOOL_ACCESSORS(SharedFunctionInfo,
2377 INT_ACCESSORS(SharedFunctionInfo, length, kLengthOffset)
2378 INT_ACCESSORS(SharedFunctionInfo, formal_parameter_count,
2380 INT_ACCESSORS(SharedFunctionInfo, expected_nof_properties,
2382 INT_ACCESSORS(SharedFunctionInfo, start_position_and_type,
2384 INT_ACCESSORS(SharedFunctionInfo, end_position, kEndPositionOffset)
2385 INT_ACCESSORS(SharedFunctionInfo, function_token_position,
2387 INT_ACCESSORS(SharedFunctionInfo, compiler_hints,
2389 INT_ACCESSORS(SharedFunctionInfo, this_property_assignments_count,
2407 void SharedFunctionInfo::DontAdaptArguments() {
2413 int SharedFunctionInfo::start_position() {
2418 void SharedFunctionInfo::set_start_position(int start_position) {
2424 Code* SharedFunctionInfo::code() {
2429 void SharedFunctionInfo::set_code(Code* value, WriteBarrierMode mode) {
2435 bool SharedFunctionInfo::is_compiled() {