Home
last modified time | relevance | path

Searched defs:call_data_undefined (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dcode-stubs.h1367 explicit CallApiFunctionStub(Isolate* isolate, bool call_data_undefined) in CallApiFunctionStub()
1373 bool call_data_undefined() const { in call_data_undefined() function
1386 CallApiAccessorStub(Isolate* isolate, bool is_store, bool call_data_undefined) in CallApiAccessorStub()
1396 CallApiAccessorStub(Isolate* isolate, int argc, bool call_data_undefined) in CallApiAccessorStub()
1405 bool call_data_undefined() const { in call_data_undefined() function
1427 bool call_data_undefined) in CallApiFunctionWithFixedArgsStub()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc195 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc281 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc194 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc178 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc276 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc283 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc194 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc276 bool call_data_undefined = false; in GenerateApiAccessorCall() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc5458 bool call_data_undefined) { in CallApiFunctionStubHelper()
5578 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5587 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/x87/
Dcode-stubs-x87.cc5157 bool call_data_undefined) { in CallApiFunctionStubHelper()
5302 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5311 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/ppc/
Dcode-stubs-ppc.cc5453 bool call_data_undefined) { in CallApiFunctionStubHelper()
5587 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5596 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/arm64/
Dcode-stubs-arm64.cc5663 bool call_data_undefined) { in CallApiFunctionStubHelper()
5784 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5793 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/arm/
Dcode-stubs-arm.cc5213 bool call_data_undefined) { in CallApiFunctionStubHelper()
5340 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5349 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/mips/
Dcode-stubs-mips.cc5431 bool call_data_undefined) { in CallApiFunctionStubHelper()
5547 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5556 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/x64/
Dcode-stubs-x64.cc5212 bool call_data_undefined) { in CallApiFunctionStubHelper()
5347 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5356 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/ia32/
Dcode-stubs-ia32.cc5477 bool call_data_undefined) { in CallApiFunctionStubHelper()
5622 bool call_data_undefined = this->call_data_undefined(); in Generate() local
5631 bool call_data_undefined = this->call_data_undefined(); in Generate() local
/external/v8/src/crankshaft/
Dhydrogen.cc9249 bool call_data_undefined = call_data_obj->IsUndefined(); in TryInlineApiCall() local