Home
last modified time | relevance | path

Searched refs:this_property_assignments (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcompiler.cc415 *lit->this_property_assignments()); in CompileLazy()
540 *lit->this_property_assignments()); in SetFunctionInfo()
Dparser.cc722 Handle<FixedArray> this_property_assignments) { in SetThisPropertyAssignmentInfo() argument
725 this_property_assignments_ = this_property_assignments; in SetThisPropertyAssignmentInfo()
730 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function in v8::internal::BASE_EMBEDDED
1266 temp_scope.this_property_assignments(), in ParseProgram()
1364 temp_scope.this_property_assignments(), in ParseJson()
3751 Handle<FixedArray> this_property_assignments; in ParseFunctionLiteral() local
3760 this_property_assignments = Factory::empty_fixed_array(); in ParseFunctionLiteral()
3767 this_property_assignments = temp_scope.this_property_assignments(); in ParseFunctionLiteral()
3787 this_property_assignments, in ParseFunctionLiteral()
Dast.h1351 Handle<FixedArray> this_property_assignments, in FunctionLiteral() argument
1363 this_property_assignments_(this_property_assignments), in FunctionLiteral()
1397 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function
Dobjects-debug.cc762 this_property_assignments()->ShortPrint(); in SharedFunctionInfoPrint()
Dobjects.h3194 FixedArray* this_property_assignments);
3212 DECL_ACCESSORS(this_property_assignments, Object)
Dobjects.cc4810 Object* obj = this_property_assignments(); in GetThisPropertyAssignmentName()
4820 Object* obj = this_property_assignments(); in IsThisPropertyAssignmentArgument()
4831 FixedArray::cast(this_property_assignments())->get(index * 3 + 1); in GetThisPropertyAssignmentArgument()
4839 FixedArray::cast(this_property_assignments())->get(index * 3 + 2); in GetThisPropertyAssignmentConstant()
Dobjects-inl.h2357 ACCESSORS(SharedFunctionInfo, this_property_assignments, Object, in ACCESSORS()