Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h500 Handle<FixedArray> this_property_assignments) { in SetThisPropertyAssignmentInfo() argument
503 this_property_assignments_ = this_property_assignments; in SetThisPropertyAssignmentInfo()
508 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function
Dcompiler.cc672 *lit->this_property_assignments()); in CompileLazy()
775 *lit->this_property_assignments()); in SetFunctionInfo()
Dast.h2054 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function
2097 Handle<FixedArray> this_property_assignments, in FunctionLiteral() argument
2106 this_property_assignments_(this_property_assignments), in FunctionLiteral()
2944 Handle<FixedArray> this_property_assignments, in NewFunctionLiteral() argument
2952 has_only_simple_this_property_assignments, this_property_assignments, in NewFunctionLiteral()
Dparser.cc641 function_state.this_property_assignments(), in DoParseProgram()
4404 Handle<FixedArray> this_property_assignments; in ParseFunctionLiteral() local
4515 this_property_assignments = isolate()->factory()->empty_fixed_array(); in ParseFunctionLiteral()
4551 this_property_assignments = isolate()->factory()->empty_fixed_array(); in ParseFunctionLiteral()
4574 this_property_assignments = function_state.this_property_assignments(); in ParseFunctionLiteral()
4641 this_property_assignments, in ParseFunctionLiteral()
Dobjects-printer.cc773 this_property_assignments()->ShortPrint(out); in SharedFunctionInfoPrint()
Dobjects.h5349 FixedArray* this_property_assignments);
5453 DECL_ACCESSORS(this_property_assignments, Object)
Dobjects.cc7668 Object* obj = this_property_assignments(); in GetThisPropertyAssignmentName()
7678 Object* obj = this_property_assignments(); in IsThisPropertyAssignmentArgument()
7689 FixedArray::cast(this_property_assignments())->get(index * 3 + 1); in GetThisPropertyAssignmentArgument()
7697 FixedArray::cast(this_property_assignments())->get(index * 3 + 2); in GetThisPropertyAssignmentConstant()
Dobjects-inl.h3523 ACCESSORS(SharedFunctionInfo, this_property_assignments, Object, in ACCESSORS()